Skip to content

Commit bf754da

Browse files
authored
Create CONTRIBUTING.md
1 parent 66a93c9 commit bf754da

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Contributing
2+
Thank you for showing interest in contributing to Android-Beginner-Projects!
3+
All contributions are welcome, but before you get started please have a look at our [Code of Conduct](https://github.com/ToolJet/ToolJet/blob/develop/CODE_OF_CONDUCT.md)
4+
5+
## How to Start Contributing?
6+
1. Fork the repository
7+
2. Clone the repository to your local machine
8+
3. Create a new branch for your contribution
9+
4. Make the changes
10+
5. Commit the changes. Please create the commit message with the following format:
11+
12+
- **Docs**: for documentation
13+
- Example commit: docs: description
14+
- **Feat**: for adding a new feature
15+
- Example commit: feat: description
16+
- **Chore**: for small changes such as spelling etc which won't affect anything major
17+
- Example commit: chore: description
18+
6. Push the changes to the remote repositiory
19+
7. Submit a pull request
20+
8. Wait for the pull request to be reviewed and make any changes requested
21+
9. :tada: Congratulations on a successful contribution ! :tada:
22+
23+
## License
24+
This project is licensed under the [MIT license](https://github.com/akebu6/EcoRead/blob/main/LICENSE)

0 commit comments

Comments
 (0)