-
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.
- Loading branch information
Showing
1 changed file
with
32 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,32 @@ | ||
# Contributing Guidelines | ||
|
||
Thank you for your interest in contributing to our project! We greatly appreciate contributions from the community. | ||
|
||
## Issues | ||
|
||
If you find a bug, have an idea for a new feature, or want to suggest an improvement, please open an [Issue](link_issue) in this repository. Be sure to clearly explain the issue and provide any relevant additional information. | ||
|
||
## Code Contributions | ||
|
||
If you'd like to contribute code, here are the general steps you should follow: | ||
|
||
1. Fork this repository. | ||
2. Create a new branch for your feature or fix: `git checkout -b new-feature`. | ||
3. Make the necessary changes. | ||
4. Ensure your code follows the applicable style and standards. | ||
5. Test your changes. | ||
6. Commit your changes: `git commit -m "Add new feature"`. | ||
7. Push your branch to GitHub: `git push origin new-feature`. | ||
8. Create a Pull Request (PR) to the main repository. | ||
|
||
We will review your PR as soon as possible. Please be patient, and we'll do our best to respond to every contribution. | ||
|
||
## License | ||
|
||
By contributing to this project, you agree that your contributions will be licensed under the [project's license](link_license). | ||
|
||
## Contact | ||
|
||
If you have any questions or need further assistance, feel free to contact us at [[email protected]]. | ||
|
||
Thank you for your contribution! |