|
1 | | -# Contributing to Python Tiny Tools & Automation |
| 1 | +# Contributor Covenant Code of Conduct |
2 | 2 |
|
3 | | -We love your input! Here’s how you can help: |
| 3 | +## Our Pledge |
| 4 | +We as members, contributors, and leaders pledge to make participation in this project a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. |
4 | 5 |
|
5 | | -## How to Contribute |
6 | | -- **Ideas**: Suggest new tiny tools or improvements via issues. |
7 | | -- **Bug fixes**: Submit a pull request with clear description and tests. |
8 | | -- **Documentation**: Improve README, comments, or add tutorials. |
9 | | -- **Automation scripts**: Add your reusable Python scripts. |
| 6 | +## Our Standards |
| 7 | +Examples of behavior that contributes to a positive environment: |
| 8 | +- Using welcoming and inclusive language |
| 9 | +- Being respectful of differing viewpoints and experiences |
| 10 | +- Gracefully accepting constructive criticism |
| 11 | +- Focusing on what is best for the community |
| 12 | +- Showing empathy towards other community members |
10 | 13 |
|
11 | | -## Pull Request Process |
12 | | -1. Fork the repository. |
13 | | -2. Create your feature branch: `git checkout -b my-feature` |
14 | | -3. Commit your changes: `git commit -m 'Add some feature'` |
15 | | -4. Push to the branch: `git push origin my-feature` |
16 | | -5. Open a Pull Request explaining your changes. |
| 14 | +Examples of unacceptable behavior: |
| 15 | +- Harassment, intimidation, or discrimination |
| 16 | +- Public or private attacks |
| 17 | +- Trolling or insulting comments |
| 18 | +- Publishing others' private information |
17 | 19 |
|
18 | | -## Code Style |
19 | | -- Use **PEP8** conventions. |
20 | | -- Keep functions small and readable. |
21 | | -- Add comments for clarity. |
| 20 | +## Enforcement |
| 21 | +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting [your-email@example.com]. All complaints will be reviewed and investigated promptly. |
22 | 22 |
|
23 | | -## Reporting Issues |
24 | | -Use GitHub issues for: |
25 | | -- Bug reports |
26 | | -- Feature requests |
27 | | -- Documentation suggestions |
28 | | - |
29 | | -Thanks for helping improve this repository! 🚀 |
| 23 | +## Attribution |
| 24 | +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/version/2/0/code_of_conduct/). |
0 commit comments