Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.73 KB

CONTRIBUTING.md

File metadata and controls

29 lines (21 loc) · 1.73 KB

Contributing

Hi! I'm really appreciate that you'd like to contribute to this project. Your help is essential for keeping it great.

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch: git checkout -b my-branch-name
  3. Make your change and make sure it works properly.
  4. Push to your fork and submit a pull request.
  5. When you write to PR template, you can add labels based on your type of changes.
    • bug fix : Bug fix
    • enhancement : New feature
    • documentation : Documentation update
    • chore : Refactoring, Maintenance
  6. Please wait for your pull request to be reviewed and merged!

Here are a few things you can do that will increase the likelihood of your pull request being accepted:

  • Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
  • Write a good commit message.

Work in Progress pull request are also welcome to get feedback early on, or if there is something blocked you.

Resources