-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
1 changed file
with
35 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,35 @@ | ||
# Contributing Guidelines | ||
|
||
Thank you for considering contributing to our project! Feel free to propose improvements, report issues, or add new features. To contribute, please follow these steps: | ||
|
||
1. Fork this repository. | ||
2. Clone the fork to your local machine. | ||
3. Create a new branch for your changes: `git checkout -b branch-name`. | ||
4. Make the changes and commit them: `git add .` and `git commit -m "Description of the changes made"`. | ||
5. Push the changes to your fork: `git push origin branch-name`. | ||
6. Create a Pull Request towards the main branch of this repository. | ||
|
||
## How to contribute | ||
|
||
You can contribute in several ways, including: | ||
|
||
- Reporting issues or problems in the code. | ||
- Adding new features. | ||
- Correcting grammar or spelling errors in documentation files. | ||
- Improving code efficiency. | ||
|
||
## How to report issues or suggest improvements | ||
|
||
If you find any errors or problems in the code, or if you have any suggestions for improving the project, you can inform us by opening an Issue. Please make sure to provide as much detail as possible about the problem or suggestion so that we can address it effectively. | ||
|
||
## Contribution guidelines | ||
|
||
Before making a contribution, please make sure to review and follow these guidelines: | ||
|
||
- All changes must be clearly documented. | ||
- Code must follow existing style conventions. | ||
- You must add tests for any new features you add. | ||
|
||
## License | ||
|
||
This project is licensed under the **GNU General Public License v3.0**. By contributing to this project, you agree that your contribution will be published under the same license. |