From 5f0eb98913b340f12dc5b6db8c95fdb47111cf05 Mon Sep 17 00:00:00 2001 From: Akebu <74776297+akebu6@users.noreply.github.com> Date: Sun, 7 Jan 2024 19:03:59 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4e2b88e --- /dev/null +++ b/CONTRIBUTING.md @@ -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)