diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..4ed64e02 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,42 @@ +🚨Before submitting this PR. +- Please review the [guidelines for contributing](./CONTRIBUTING.md) to this repository. +- We welcome the submission of incomplete PRs, for comment, feedback, or assistance. Please prefix the PR with [WIP]. +- Make sure you are making a pull request against the **develop branch** (left side). Also you should start *your branch* off *develop*. +- Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side). We don't recommend you request from your master! +- Check the commit's or even all commits' message styles matches our style and structure. +- Check your code additions pass all tests. +- Check your code additions have not negatively impacted or altered the behaviour of the FungusExamples. +- If adding a new feature, ensure you have added a demo to the FungusExamples and if possible added Tests too. + +💔Thank you! With that done and out of the way, you can remove all the above text and get to submitting this PR. + +### Description + + +### What is the current behavior? + + +### What is the new behavior? + +- +- +- + +### Important Notes + + +- [ ] My change require changes to documentation +- My changes modify + - [ ] the editing of flowcharts/blocks/commands etc. + - [ ] the runtime execution of existing Fungus Features. e.g., Say, Menus, Portraits, etc. +- [ ] My change adds additional tests +- [ ] My change modifies existing FungusExamples + + + + +### Other information + +