pimterry/notes

Templates for Issues and Pull Requests.

primis opened this issue · 0 comments

So Github has the ability to template pull requests and issues. I think it'd be good practice to create these for notes.

For Issues, we should make three headings and a comment at the top something like "If this is a suggested feature, please ignore" or something along that line.

  • Summary of Issue
  • Steps to Reproduce
  • Technical Details

For pull requests, we should have a checklist of things we should be looking for to speed up PR's:

  • Added tests for new functionality and they all pass
  • Added documentation for added features
  • Pulled my branch up to master branch's HEAD before commit

etc.