From 85a91b54f4a500835704a81c9accf9ab914096db Mon Sep 17 00:00:00 2001 From: Tynarus Date: Thu, 4 Mar 2021 17:31:49 -0600 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/game-engine-feature.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/game-engine-feature.md 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