From 803aa41d0d4a812b6c4445bf98e523d29e1e4b36 Mon Sep 17 00:00:00 2001 From: Maxx <53229958+MBatt1@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:41:05 -0500 Subject: [PATCH] new feature enhancement template --- .../feature_enhancement_request.yml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_enhancement_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_enhancement_request.yml b/.github/ISSUE_TEMPLATE/feature_enhancement_request.yml new file mode 100644 index 000000000..5332a553a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_enhancement_request.yml @@ -0,0 +1,27 @@ +name: Feature Enhancement request +description: Suggest an enhancement for this project +title: "Feature Enhancement: " +labels: [Feature Enhancement] +body: + - type: markdown + attributes: + value: | + Thanks for helping us improve our mod! + Make sure to leave a helpful title. + If your request is for an accessibility feature, instead issue an [accessibility report](https://github.com/devs-immortal/Paradise-Lost/issues/new?assignees=&labels=Feature&template=accessibility_report.yml&title=Accessibility%3A+). + - type: markdown + attributes: + value: | + If you haven't already, bring your idea to our [discord server](https://discord.com/invite/wmMa47n)! + - type: textarea + id: feature + attributes: + label: Feature + description: What solution/feature did you come up with? + placeholder: ex. There should be a... + validations: + required: true + - type: markdown + attributes: + value: | + Have any relevant screenshots or concept art? Share them!