-
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
Showing
1 changed file
with
24 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,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/HackStorm/blob/main/LICENSE) |