diff --git a/.github/ISSUE_TEMPLATE/game-engine-feature.md b/.github/ISSUE_TEMPLATE/game-engine-feature.md new file mode 100644 index 000000000..b617cf433 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/game-engine-feature.md @@ -0,0 +1,18 @@ +--- +name: Game Engine Feature +about: New game engine or content API features +title: "[ENGINE] " +labels: needs workshopping, new feature +assignees: '' + +--- + +### Description +As a plugin developer, I expect _____ when _____. + +### Acceptance Criteria +- [ ] required item 1 +- [ ] required item 2 +- [ ] required item 3 + +## Additional Information