Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 657 Bytes

pull_request_template.md

File metadata and controls

6 lines (5 loc) · 657 Bytes

Thank you for your interest in helping out. I'd like to mention a few things to check when you open a pull request:

  • When you create a fork, make your changes in a separate branch. (Don't use main)
  • If you know about bugs in your code, please mention them in the pull request.
  • Your code can be a work-in-progress if you want others to help or need opinions, just make sure to mention that in the pull request.
  • Follow the CFC style guidelines. Optionally you can also install glualint and it's extension to get warnings on your preferred text editor.