chore: initial CONTRIBUTING guide
This commit is contained in:
parent
9e924ef13e
commit
560869ca88
1 changed files with 11 additions and 0 deletions
11
CONTRIBUTING.md
Normal file
11
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#: CONTRIBUTING
|
||||||
|
|
||||||
|
This file contains the contributing guide for our project.
|
||||||
|
|
||||||
|
To contribute to our project, please follow these steps:
|
||||||
|
1. Fork the repository on GitHub.
|
||||||
|
2. Clone the forked repository to your local machine.
|
||||||
|
3. Create a new branch for your changes.
|
||||||
|
4. Make your changes and commit them with a descriptive message.
|
||||||
|
5. Push your changes to your forked repository.
|
||||||
|
6. Create a pull request to merge your changes into the main repository.
|
Loading…
Reference in a new issue