You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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