You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.1 KiB
2.1 KiB
🚨Before submitting this PR.
- Please review the guidelines for contributing 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