Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.46 KB

Contributing

Hello! We are delighted that you want to contribute to this project. Your help is essential to keep it going. I invite you to give your to the project!!

Please note that this project is published with a contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

Submit a pull request

  1. Fork and clone the repository GitHub forks
  2. Create a new branch: git branch my-branch-name
  3. Make your change, add tests and make sure the tests still pass
  4. Push to your fork and submit a pull request
  5. Pat yourself on the back! and wait for your pull request to be reviewed and merged. 👍

Here are some things you can do to increase the likelihood that your pull request will be accepted:

  • Follow the code style and quality standards.
  • Write tests.
  • Keep your change as focused as possible. If you want to make multiple changes that don't depend on each other, consider submitting them as separate pull requests.
  • Write a nice commit message.

Resources