From d0376f609fc2d4b6b767c1a213eeb25db4db85fa Mon Sep 17 00:00:00 2001 From: Juanfra Aldasoro Date: Fri, 16 Aug 2024 09:29:43 +0200 Subject: [PATCH 1/2] Add issue templates. --- .github/ISSUE_TEMPLATE/Bug_report.md | 38 +++++++++++++++++++ .../ISSUE_TEMPLATE/Feature---enhancement.md | 18 +++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 18 +++++++++ .github/ISSUE_TEMPLATE/Question.md | 8 ++++ 4 files changed, 82 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature---enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/Question.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 00000000..8966a7de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Report a bug with the Twenty Twenty-Five theme +labels: "[Type] Bug" + +--- + +**Description** + + +**Step-by-step reproduction instructions** + + +**Expected behavior** + + +**Screenshots** + + +**Environment info** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/Feature---enhancement.md b/.github/ISSUE_TEMPLATE/Feature---enhancement.md new file mode 100644 index 00000000..828709ac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature---enhancement.md @@ -0,0 +1,18 @@ +--- +name: Feature / Enhancement +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 00000000..32a13373 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md new file mode 100644 index 00000000..7aa0b861 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Question.md @@ -0,0 +1,8 @@ +--- +name: Question +about: Ask a question + +--- + +**Description** + From adaee411a52292e295a09c2dc6f95c9ffe56ef0a Mon Sep 17 00:00:00 2001 From: Juanfra Aldasoro Date: Fri, 16 Aug 2024 10:44:07 +0200 Subject: [PATCH 2/2] Remove duplicate. --- .github/ISSUE_TEMPLATE/Feature_request.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md deleted file mode 100644 index 32a13373..00000000 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -**Is your feature request related to a problem? Please describe.** - - -**Describe the solution you'd like** -