Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Contribution Guide

Gyrfalcon5 edited this page Jul 24, 2018 · 1 revision

How to contribute to PAT

Found a bug?

  • Check that the bug hasn't already been reported in Issues
  • If you don't see it there, it's new! Start an issue so that it can be fixed.
    • Make sure to include a title and description of the bug with as much information as possible. Code samples and test cases are helpful too!
    • Check in the repository or on the wiki for an issue template to help make sure you are covering everything.

Fixed a bug?

  • Open a new Github pull request with your changes.
  • Make sure that the description covers the problem and your solution, referencing the relevant issue if possible.
  • Check in the repository for a pull request template to help make sure you are covering everything.

Want to add or change a feature or contribute to documentation?

  • Suggest your change via email at [email protected] or in our Slack workspace
  • Start writing your code!
  • Do not open an issue on Github until you have collected some positive feedback. This keeps the issue tracker neat and organized.

Questions about documentation or code?