Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akebu6 committed Jan 3, 2024
1 parent 66a93c9 commit bf754da
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Contributing
Thank you for showing interest in contributing to Android-Beginner-Projects!
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)

## How to Start Contributing?
1. Fork the repository
2. Clone the repository to your local machine
3. Create a new branch for your contribution
4. Make the changes
5. Commit the changes. Please create the commit message with the following format:

- **Docs**: for documentation
- Example commit: docs: description
- **Feat**: for adding a new feature
- Example commit: feat: description
- **Chore**: for small changes such as spelling etc which won't affect anything major
- Example commit: chore: description
6. Push the changes to the remote repositiory
7. Submit a pull request
8. Wait for the pull request to be reviewed and make any changes requested
9. :tada: Congratulations on a successful contribution ! :tada:

## License
This project is licensed under the [MIT license](https://github.com/akebu6/EcoRead/blob/main/LICENSE)

0 comments on commit bf754da

Please sign in to comment.