Skip to content

Commit cd3d352

Browse files
authored
CONTRIBUTING.md
# Contributing Guidelines Thanks for considering contributing to this project! ## Reporting Bugs - Open a GitHub Issue with a clear title and description. - Include steps to reproduce the bug. - Attach screenshots or logs if possible. ## Suggesting Features - Open a new Issue and label it as a "feature request". - Describe the motivation and possible use cases. ## Pull Requests - Fork the repo and create a new branch. - Follow the existing coding style. - Test your changes locally before submitting. - Write clear commit messages. ## Code of Conduct Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).
1 parent 20387e4 commit cd3d352

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

CONTRIBUTING.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and maintainers of this project pledge to make participation in our community a respectful, inclusive, and harassment-free experience for everyone, regardless of:
6+
7+
- Age
8+
- Body size
9+
- Visible or invisible disability
10+
- Ethnicity
11+
- Sex characteristics
12+
- Gender identity and expression
13+
- Level of experience
14+
- Education
15+
- Socio-economic status
16+
- Nationality
17+
- Personal appearance
18+
- Race
19+
- Religion
20+
- Sexual identity and orientation
21+
22+
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
23+
24+
---
25+
26+
## Our Standards
27+
28+
Examples of behavior that contributes to a positive environment include:
29+
30+
- Demonstrating empathy and kindness toward other people
31+
- Being respectful of differing opinions, viewpoints, and experiences
32+
- Giving and gracefully accepting constructive feedback
33+
- Taking responsibility and apologizing to those affected by our mistakes
34+
- Focusing on what is best not just for us as individuals, but for the overall community
35+
36+
Examples of unacceptable behavior include:
37+
38+
- Use of sexualized language or imagery and unwelcome sexual attention or advances
39+
- Trolling, insulting or derogatory comments, and personal or political attacks
40+
- Public or private harassment
41+
- Publishing others’ private information (e.g., a physical or email address) without explicit permission
42+
- Other conduct which could reasonably be considered inappropriate in a professional setting
43+
44+
---
45+
46+
## Enforcement Responsibilities
47+
48+
Project maintainers are responsible for clarifying and enforcing our standards of acceptable behavior. They will take appropriate and fair corrective action in response to any behavior they deem inappropriate, threatening, offensive, or harmful.
49+
50+
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 with this Code of Conduct.
51+
52+
---
53+
54+
## Scope
55+
56+
This Code of Conduct applies within all project spaces, including GitHub repositories, issues, pull requests, discussions, and other communication channels. It also applies when an individual is representing the project or its community in public settings.
57+
58+
---
59+
60+
## Enforcement
61+
62+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported confidentially by email to:
63+
64+
**📧 Email:** `[email protected]`
65+
66+
All reports will be reviewed and investigated promptly and fairly. All project maintainers are obligated to respect the privacy and safety of the reporter.
67+
68+
---
69+
70+
## Enforcement Guidelines
71+
72+
Project maintainers will follow these Community Impact Guidelines when determining the consequences for any action they deem in violation of this Code of Conduct:
73+
74+
### 1. Correction
75+
76+
**Impact:** Use of inappropriate language or behavior deemed unprofessional or unwelcome.
77+
78+
**Consequence:** A private, written warning. A public apology may be requested.
79+
80+
---
81+
82+
### 2. Warning
83+
84+
**Impact:** A violation through a single incident or series of actions.
85+
86+
**Consequence:** A formal warning with consequences for continued behavior. Temporary exclusion from some interactions may be imposed.
87+
88+
---
89+
90+
### 3. Temporary Ban
91+
92+
**Impact:** A serious violation of community standards.
93+
94+
**Consequence:** A temporary ban from interaction with the project and community spaces.
95+
96+
---
97+
98+
### 4. Permanent Ban
99+
100+
**Impact:** Ongoing harmful behavior, harassment, or sustained violations.
101+
102+
**Consequence:** Permanent ban from any form of interaction with the project and its community.
103+
104+
---
105+
106+
## Attribution
107+
108+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at:
109+
https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
110+
111+
For FAQs and translations, see:
112+
https://www.contributor-covenant.org/faq
113+
https://www.contributor-covenant.org/translations
114+

0 commit comments

Comments
 (0)