Browse Source

Create pull_request_template.md

master
Steve Halliwell 5 years ago committed by GitHub
parent
commit
aa6bc00363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 42
      .github/pull_request_template.md

42
.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
<!-- Please describe your pull request. Is it a bug fix, a new feature, code refactor, documentation update, etc.-->
### What is the current behavior?
<!-- Please describe the current behavior that you are modifying, and link to a relevant issue.
Issue Number: N/A
-->
### What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
-
-
-
### Important Notes
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] 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
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
### Other information
<!-- Any other information that is important to this PR such as screenshots, gifs, video of before and after the change are always great -->
Loading…
Cancel
Save