This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
-
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
57b29e6
commit 8b90686
Showing
1 changed file
with
23 additions
and
4 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 |
---|---|---|
@@ -1,6 +1,25 @@ | ||
Contributing | ||
First off, thanks for taking the time to contribute! 🎉👍 | ||
# Contributing Guide | ||
|
||
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. | ||
**First off, thanks for taking the time to contribute!** 🎉👍 | ||
|
||
If you wish to contribute to this repository, please fork this repository, make the desired changes, and open a Pull requests to have your code reviewed and merged. | ||
## How to Contribute | ||
|
||
1. **Discuss Changes**: Before making any changes, please discuss the change you wish to make via an issue, email, or any other method with the repository owners. | ||
2. **Fork the Repository**: Create your own fork of the repository. | ||
3. **Make Changes**: Implement your changes in your fork. | ||
4. **Open a Pull Request**: Submit a pull request to have your changes reviewed and merged. | ||
|
||
## Guidelines | ||
|
||
- Ensure your code follows the project's coding standards. | ||
- Write clear, concise commit messages. | ||
- Include tests for any new features or bug fixes. | ||
- Update documentation as necessary. | ||
|
||
## Code of Conduct | ||
|
||
Please note that this project adheres to a Code of Conduct. By participating, you are expected to uphold this code. | ||
|
||
--- | ||
|
||
Thank you for contributing! Your help is greatly appreciated. 😊 |