Skip to content

Commit 270c549

Browse files
authored
Add files via upload
1 parent 6a3143d commit 270c549

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Code of Conduct
2+
3+
In order to maintain a welcoming and respectful environment for everyone, please follow these rules:
4+
5+
## General Guidelines
6+
- Show respect to all contributors and users.
7+
- No harassment, insults, or discrimination.
8+
- Keep discussions constructive and professional.
9+
10+
## Expected Behavior
11+
- Use friendly and inclusive language.
12+
- Accept constructive criticism gracefully.
13+
- Collaborate to make the project better.
14+
15+
## Unacceptable Behavior
16+
- Use of offensive or aggressive language.
17+
- Discrimination of any kind (race, gender, religion, etc.).
18+
- Posting harmful or inappropriate content.
19+
20+
## Reporting
21+
If you experience or witness unacceptable behavior, please report it through **Issues** or by contacting the project maintainers directly.
22+
23+
---
24+
25+
Together we can build a safe, supportive, and creative community 🤝

CONTRIBUTING.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Contributing to CPython
2+
3+
Thank you for your interest in contributing! 🙌
4+
We welcome all kinds of contributions, including:
5+
- Bug fixes
6+
- New features
7+
- Documentation improvements
8+
- Code reviews and suggestions
9+
10+
## How to Contribute
11+
1. **Fork** the repository.
12+
2. Create a **new branch** for your changes.
13+
3. Make sure your code passes all tests.
14+
4. Write a **clear commit message** describing your changes.
15+
5. Open a Pull Request (PR) for review.
16+
17+
## Code Style
18+
- Follow [PEP8](https://peps.python.org/pep-0008/) guidelines.
19+
- Use clear and meaningful names for variables and functions.
20+
- Add comments where necessary.
21+
- Write tests for new features or bug fixes.
22+
23+
## Reporting Issues
24+
- If you discover a bug, please open a new Issue.
25+
- Provide steps to reproduce the problem.
26+
- Include examples or screenshots if possible.
27+
28+
Thank you for your time and contributions! 💙

0 commit comments

Comments
 (0)