Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

24 lines (21 loc) · 1.09 KB

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

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
  1. Push the changes to the remote repositiory
  2. Submit a pull request
  3. Wait for the pull request to be reviewed and make any changes requested
  4. 🎉 Congratulations on a successful contribution ! 🎉

License

This project is licensed under the MIT license