-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
6057b94
commit 3212597
Showing
1 changed file
with
28 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,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. |