Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

23 lines (19 loc) · 1.36 KB

Contributing

Contributions are greatly appreciated and here are different ways

  1. Star it!
  2. 📣 Share with your friends!
  3. 💭 Feedback! Is there anything from the project that is not clear or missing? Let us know by filing an issue.
  4. 💻 Contributing code! The project follows the typical GitHub pull request model. Before starting any work, please either comment on an existing issue, or file a new one.
    1. Fork this repository
    2. Clone the forked repository
    3. Optionally, create a new branch with a meaningful name
    4. Make your changes
    5. Depending on your changes, run make test and/or make testE2E
    6. Commit and push your changes
    7. Create a pull request from a fork