From 67d4f175db1a97a22d959e1f12d29c6e9e6ad872 Mon Sep 17 00:00:00 2001 From: Tmob Date: Tue, 28 Jun 2022 01:50:47 -0500 Subject: [PATCH] Create issue fourms --- .github/ISSUE_TEMPLATE/0-create.yml | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/1-update.yml | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/2-delete.yml | 17 +++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/0-create.yml create mode 100644 .github/ISSUE_TEMPLATE/1-update.yml create mode 100644 .github/ISSUE_TEMPLATE/2-delete.yml diff --git a/.github/ISSUE_TEMPLATE/0-create.yml b/.github/ISSUE_TEMPLATE/0-create.yml new file mode 100644 index 00000000..1c18b1d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/0-create.yml @@ -0,0 +1,23 @@ +name: 📝Creating Documentation +description: Something needs to be created. +labels: ["creation"] +body: +- type: textarea + attributes: + label: Describe what needs documented + description: A clear and concise description of what needs documenting + placeholder: X has no documentation... + validations: + required: true +- type: textarea + attributes: + label: Things to include in the documentation + description: Add possible things to include in the documentation here + validations: + required: true +- type: textarea + attributes: + label: Additional context + description: Add any other context about what needs documented here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/1-update.yml b/.github/ISSUE_TEMPLATE/1-update.yml new file mode 100644 index 00000000..2b595f63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-update.yml @@ -0,0 +1,23 @@ +name: ✍ Updating Documentation +description: Something needs to be updated. +labels: ["update"] +body: +- type: textarea + attributes: + label: Describe what needs updated + description: A clear and concise description of what needs updating. + placeholder: X has confusing/little documentation. + validations: + required: true +- type: textarea + attributes: + label: What needs changed + description: Describe what needs to be changed/added to the page. + validations: + required: true +- type: textarea + attributes: + label: Additional context + description: Add any other context about what needs updated here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/2-delete.yml b/.github/ISSUE_TEMPLATE/2-delete.yml new file mode 100644 index 00000000..edace018 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-delete.yml @@ -0,0 +1,17 @@ +name: ❌ Deleting Documentation +description: Something needs to be deleted. +labels: ["deletion"] +body: +- type: textarea + attributes: + label: Describe what needs deleted. + description: A clear and concise description of what you want to be deleted + placeholder: X is no longer applicable to Momentum Mod because... + validations: + required: true +- type: textarea + attributes: + label: Additional context + description: Add any other context about what needs deleted here. + validations: + required: false