tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml deleted file mode 100644 index 425ac6e..0000000 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Feature Request -description: Request a new feature -labels: ["enhancement"] -assignees: - - bendn -body: - - type: markdown - attributes: - value: Thanks for taking the time to request a new feature! - - type: textarea - attributes: - label: What would you like to see changed/added? - description: Give some examples to make it clear! - placeholder: Cool thing! - value: "A rocketship that goes to the moon when you press `a`" - validations: - required: true |