Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contributing: add #17

Merged
merged 1 commit into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Contributing

Thank you for considering contributing to our project! We appreciate your time and effort. To ensure a smooth collaboration process, please follow these guidelines when creating issues or pull requests.

## Creating Good Issues or Pull Requests

### Issues
- Before creating an issue, search the existing issues to avoid duplicates.
- Clearly describe the problem or feature request.
- Include relevant details such as steps to reproduce, expected behavior, and actual behavior.

### Pull Requests
- Fork the repository and create a new branch for your changes.
- Make the pull request a small as possible.
- Write clear commit messages.
- Include tests if applicable.

## Community and Behavioral Expectations

### Be Respectful
- Treat others with kindness and respect.
- Avoid offensive language or behavior.
-Listen actively and consider different perspectives.

### Collaborate
- Work together to achieve common goals.
- Provide constructive feedback.
- Encourage new contributors.
Loading