-
Notifications
You must be signed in to change notification settings - Fork 57
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
cd13f6c
commit 3220ff4
Showing
1 changed file
with
19 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,19 @@ | ||
# Contributing to [Project Name] | ||
|
||
Thank you for considering contributing to our project! Here are some guidelines to help you get started. | ||
|
||
## How to Report Issues | ||
- Before reporting an issue, check if it has already been reported. | ||
- Include detailed information about the issue, including steps to reproduce, environment details, and screenshots if applicable. | ||
|
||
## How to Submit Code | ||
- Fork the repository and create a new branch for your feature or bug fix. | ||
- Make sure your code follows the project’s coding style and passes all tests. | ||
- Submit a pull request with a clear description of your changes and the problem they solve. | ||
|
||
## Code of Conduct | ||
- Please be respectful and considerate in all interactions. | ||
- Review our [Code of Conduct](link to code of conduct if available) for more details. | ||
|
||
## Contact | ||
- If you have questions or need help, reach out to [contact information]. |