-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Contributor Covenant Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
We as members, contributors, and leaders pledge to make participation in this community a harassment-free experience for everyone, regardless of age, body size, visible or invisible 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. | ||
|
||
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to a positive environment for our community include: | ||
|
||
- Demonstrating empathy and kindness toward other people | ||
- Being respectful of differing opinions, viewpoints, and experiences | ||
- Giving and gracefully accepting constructive feedback | ||
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience | ||
- Focusing on what is best not just for us as individuals, but for the overall community | ||
|
||
Examples of unacceptable behavior include: | ||
|
||
Here are some examples of hypothetical unacceptable behavior within a GitHub-type development community: | ||
|
||
- Harassment and discrimination: Engaging in any form of harassment, discrimination, or personal attacks based on race, gender, sexual orientation, religion, or any other protected characteristic. | ||
|
||
- Offensive language and conduct: Using offensive, derogatory, or inappropriate language, or engaging in conduct that creates a hostile or intimidating environment for other community members. | ||
|
||
- Trolling and spamming: Posting irrelevant, inflammatory, or repetitive content with the intent to provoke or disrupt the community. | ||
|
||
- Violation of privacy: Sharing private or personal information about other community members without their explicit consent. | ||
|
||
- Intellectual property infringement: Submitting or sharing content that violates intellectual property rights, such as copyrighted material or patented code, without proper attribution or permission. | ||
|
||
- Malicious code and security vulnerabilities: Intentionally introducing malicious code, exploits, or security vulnerabilities into the project's codebase or dependencies. | ||
|
||
- Abuse of the contribution process: Submitting pull requests or issues that are not constructive, are duplicates, or are designed to waste maintainers' time and effort. | ||
|
||
- Unethical or illegal activities: Engaging in any unethical or illegal activities, such as promoting or encouraging harmful or dangerous behavior. | ||
|
||
- Disrespect for project maintainers: Disregarding or disrespecting the decisions, guidelines, or authority of project maintainers and moderators. | ||
|
||
- Violation of the code of conduct: Failing to adhere to the project's code of conduct or other established community guidelines. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Contributing to RapidEnum | ||
|
||
Thank you for your interest in contributing to RapidEnum! We welcome contributions from the community to help improve and enhance the functionality of this tool. | ||
|
||
## How to Contribute | ||
|
||
1. Fork the repository on GitHub. | ||
2. Create a new branch from the `main` branch for your feature or bug fix. | ||
3. Make your changes in the new branch. | ||
4. Ensure that your code follows the project's coding style and conventions. | ||
5. Write clear, concise, and descriptive commit messages. | ||
6. Test your changes thoroughly to ensure they work as expected. | ||
7. Push your changes to your forked repository. | ||
8. Submit a pull request to the `main` branch of the original repository. | ||
|
||
## Guidelines | ||
|
||
To ensure a smooth contribution process, please adhere to the following guidelines: | ||
|
||
- Before starting work on a new feature or bug fix, check the existing issues and pull requests to avoid duplication of effort. | ||
- If you're proposing a new feature, please open an issue first to discuss it with the maintainers. | ||
- Write clean, readable, and well-documented code. | ||
- Follow the existing coding style and conventions used in the project. | ||
- Include relevant tests for your changes to ensure code quality and prevent regressions. | ||
- Keep your pull requests focused and limited to a single feature or bug fix. | ||
- Be responsive to feedback and be willing to make changes to your pull request if requested. | ||
|
||
## Code of Conduct | ||
|
||
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms. | ||
|
||
## Reporting Issues | ||
|
||
If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository. When reporting issues, please provide as much detail as possible, including steps to reproduce the problem, expected behavior, and actual behavior. | ||
|
||
## Contact | ||
|
||
If you have any questions or need further assistance, you can contact the project maintainers at [[email protected]]. | ||
|
||
Thank you for your contributions! |