Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 1.24 KB

Creating a new issue

If you are having trouble with Baker, you can ask for help on the issue board on Github. However, before you open a new issue, make sure you have followed these steps:

  • Follow the relevant tutorial from the wiki
  • Make sure your question has not been answered in one of the FAQs
  • If you've downloaded Baker from bakerframework.com, try updating to the latest master branch from Github

If you still need to open an issue, please make sure you follow the guidelines on the Problems and Debugging page.

Contributing code

If you want to contribute code to Baker, you can create a pull request on Github. Please make sure that:

  • Your pull request is based on the latest possible version of the Baker master branch
  • You have provided a meaningful title for your pull request
  • You have briefly explained in the pull request what it does and why it should be merged
  • You have referenced any relevant issue