Skip to content

Commit 7d845fc

Browse files
committed
Initialize open-source community files (README, Contributing, Code of Conduct, and License)
1 parent fcd0fa7 commit 7d845fc

File tree

4 files changed

+197
-0
lines changed

4 files changed

+197
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
* Using welcoming and inclusive language
12+
* Being respectful of differing viewpoints and experiences
13+
* Gracefully accepting constructive criticism
14+
* Focusing on what is best for the community
15+
* Showing empathy towards other community members
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
* Trolling, insulting/derogatory comments, and personal or political attacks
21+
* Public or private harassment
22+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [INSERT EMAIL]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38+
39+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40+
41+
## Attribution
42+
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
44+
45+
[homepage]: https://www.contributor-covenant.org
46+
47+
For answers to common questions about this code of conduct, see https://www.contributor-covenant.org/faq

CONTRIBUTING.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Contributing to CodeCampus User Guide
2+
3+
First off, thank you for considering contributing to the CodeCampus User Guide! It's people like you that make CodeCampus a great resource for students worldwide.
4+
5+
## 📜 Our Vision
6+
7+
We aim to provide the **best possible documentation** for beginner software engineers. We don't just want to list commands; we want to teach the **"Why"** and the **"How"** of professional development.
8+
9+
---
10+
11+
## 🛠️ How Can I Contribute?
12+
13+
### 1. Reporting Bugs
14+
- Use the [GitHub Issue Tracker](https://github.com/CodeCompasss/code_campus_userguide/issues).
15+
- Describe the bug and, if possible, suggest a fix.
16+
17+
### 2. Suggesting Enhancements
18+
- If you think a tool or workflow is missing, open an issue to discuss it.
19+
20+
### 3. Adding or Improving Documentation
21+
This is the most impactful way to contribute! However, we have **strict quality standards**. All new tool documentation **MUST** follow the **[Antigravity.md Specification](Antigravity.md)**.
22+
23+
#### Every tool description must include:
24+
1. **What is it?**: Conceptual, beginner-friendly explanation.
25+
2. **Installation**: Proper tabs for Ubuntu, Arch, Fedora, and openSUSE.
26+
3. **Why this tool matters (In Depth)**: The most important part—explain the "Why."
27+
4. **How students will actually use it**: Practical, concrete examples.
28+
5. **Professional Insight**: Senior-level tips and pitfalls to avoid.
29+
30+
---
31+
32+
## 🚀 Style Guide
33+
34+
- **Professional Tone**: Avoid slang and emojis in the documentation body.
35+
- **Direct Language**: Be concise and avoid filler words.
36+
- **Markdown Headers**: Use only `#`, `##`, and `###` appropriately.
37+
- **No Marketing**: We are here to teach, not to sell.
38+
39+
---
40+
41+
## 📬 Pull Request Process
42+
43+
1. Fork the repo and create your branch from `main`.
44+
2. If you've added code or documentation that should be tested, add tests or verify with `mkdocs serve`.
45+
3. Ensure your documentation adheres to the `Antigravity.md` spec.
46+
4. Open a Pull Request with a clear description of your changes.
47+
48+
---
49+
50+
By contributing, you agree that your contributions will be licensed under the project's MIT License.
51+
52+
Happy coding! 🚀

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 CodeCompass Team
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# 🚀 CodeCampus OS — Official User Guide
2+
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![Build Status](https://img.shields.io/github/actions/workflow/status/CodeCompasss/code_campus_userguide/deploy.yml?branch=main)](https://github.com/CodeCompasss/code_campus_userguide/actions)
5+
[![Stars](https://img.shields.io/github/stars/CodeCompasss/code_campus_userguide?style=social)](https://github.com/CodeCompasss/code_campus_userguide/stargazers)
6+
7+
> **Bridge the gap between academic theory and real-world software engineering.**
8+
9+
CodeCampus OS is a custom Linux distribution designed specifically for Computer Science students and beginner developers. This repository contains the **Official User Guide**, a comprehensive, student-focused resource that documents the professional tools, workflows, and environments pre-configured in CodeCampus OS.
10+
11+
---
12+
13+
## 🌟 Why This Repo?
14+
15+
Setting up a development environment often takes months for students to get right. CodeCampus OS removes that barrier, and this guide teaches you **how to master the tools like a Pro**.
16+
17+
- 🎯 **Student-Focused**: Every explanation is written for beginners but never "dumbed down."
18+
- 🧠 **Professional Insight**: Learn the "Top 1%" tricks used by senior engineers.
19+
- 🛠️ **Actionable Workflows**: Concrete examples for everything from Git and Docker to Neovim and SQL.
20+
- 🐧 **Linux Agnostic**: While optimized for CodeCampus OS, our installation guides cover **Ubuntu, Arch, Fedora, and openSUSE**.
21+
22+
---
23+
24+
## 🗺️ Roadmap & Sections
25+
26+
- **[Getting Started](https://codecompasss.github.io/code_campus_userguide/getting-started/index/)**: Philosophy, Hotkeys, and Tiling window management.
27+
- **[Terminal Mastery](https://codecompasss.github.io/code_campus_userguide/Terminal/index/)**: Deep dives into Zsh, CLI utilities (`fd`, `ripgrep`, `fzf`), and terminal UIs.
28+
- **[Development Stack](https://codecompasss.github.io/code_campus_userguide/Development/editors/vscode/)**: Mastering VS Code, Neovim, and Spyder with professional configuration.
29+
- **[System Utilities](https://codecompasss.github.io/code_campus_userguide/system-tools/extenstion/)**: Extension management, power efficiency, and remote access.
30+
31+
---
32+
33+
## 🛠️ Local Development
34+
35+
This guide is built using [MkDocs Material](https://squidfunk.github.io/mkdocs-material/).
36+
37+
### Prerequisites
38+
- Python 3.x
39+
- `pip`
40+
41+
### Setup
42+
1. Clone the repository:
43+
```bash
44+
git clone https://github.com/CodeCompasss/code_campus_userguide.git
45+
cd code_campus_userguide
46+
```
47+
2. Install dependencies:
48+
```bash
49+
pip install -r requirements.txt
50+
```
51+
3. Run the live preview:
52+
```bash
53+
mkdocs serve
54+
```
55+
Open `http://127.0.0.1:8000` in your browser.
56+
57+
---
58+
59+
##🤝 Contributing
60+
61+
We love contributions! Whether it's fixing a typo, adding a new tool guide, or improving an explanation, please check out our **[Contributing Guide](CONTRIBUTING.md)**.
62+
63+
---
64+
65+
## ⭐ Support Us
66+
67+
If you find this guide helpful, please **give us a star on GitHub!** It helps more students find this resource and stay motivated in their coding journey.
68+
69+
---
70+
71+
## 📄 License
72+
73+
Distributed under the MIT License. See `LICENSE` for more information.
74+
75+
---
76+
77+
Built with ❤️ by the **CodeCompass Team**.

0 commit comments

Comments
 (0)