-
-
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
1 parent
f500e06
commit 1b2115a
Showing
1 changed file
with
25 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,25 @@ | ||
# Contribution Guidelines | ||
|
||
### Read the documentation: | ||
Before contributing to the project, make sure to read the documentation thoroughly. This will help you understand the project's goals, structure, and coding conventions. | ||
|
||
### Fork the project: | ||
Fork the project to your own GitHub account. This will create a copy of the project that you can make changes to without affecting the original project. | ||
|
||
### Create a new branch: | ||
Create a new branch in your forked project for your changes. This will help keep your changes separate from the original code and make it easier to merge your changes back into the main project. | ||
|
||
### Write clear and concise code: | ||
Write code that is easy to understand and follow. Use descriptive variable and function names, and comment your code where necessary. | ||
|
||
### Test your changes: | ||
Before submitting your changes, make sure to test them thoroughly. This will help ensure that your changes work as expected and do not introduce any new bugs. | ||
|
||
### Follow the project's coding standards: | ||
Make sure to follow the project's coding standards, which are usually listed in the documentation. This includes things like indentation, whitespace, and naming conventions. | ||
|
||
### Submit a pull request: | ||
When you are ready to contribute your changes back to the main project, submit a pull request. This will allow the project maintainers to review your changes and merge them into the main project if they are deemed appropriate. | ||
|
||
### 🤗 Be kind and respectful: | ||
Remember that you are contributing to a community project. Be respectful of others' contributions and opinions, and be open to feedback on your own work. Avoid using offensive language or engaging in personal attacks. |