From 1e9b12cea33d216fc8834702651631facb5b8417 Mon Sep 17 00:00:00 2001 From: Corrado Petrelli Date: Tue, 5 Sep 2023 21:25:14 +0200 Subject: [PATCH] fix: issue template --- .github/ISSUE_TEMPLATE/1-bug-report.md | 9 +++++++++ .github/ISSUE_TEMPLATE/2-failing-test.md | 8 ++++++++ .github/ISSUE_TEMPLATE/3-docs-bug.md | 8 ++++++++ .github/ISSUE_TEMPLATE/4-feature-request.md | 8 ++++++++ .github/ISSUE_TEMPLATE/5-enhancement-request.md | 8 ++++++++ .github/ISSUE_TEMPLATE/6-security-report.md | 8 ++++++++ .github/ISSUE_TEMPLATE/7-question-support.md | 8 ++++++++ 7 files changed, 57 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 774ba9c..8016c27 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -1,3 +1,12 @@ +--- +name: 🐞 Bug Report +about: Use this template to report a bug. +title: "[Bug]: Title" +labels: [] +assignees: '' +--- + + # **🐞 Bug Report** ## **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/2-failing-test.md b/.github/ISSUE_TEMPLATE/2-failing-test.md index 256c601..8f18a5d 100644 --- a/.github/ISSUE_TEMPLATE/2-failing-test.md +++ b/.github/ISSUE_TEMPLATE/2-failing-test.md @@ -1,3 +1,11 @@ +--- +name: 💉 Failing Test +about: Use this template to report a failed test/job. +title: "[Fail-test]: Title" +labels: [] +assignees: '' +--- + # **💉 Failing Test** ## **Which jobs/test(s) are failing** diff --git a/.github/ISSUE_TEMPLATE/3-docs-bug.md b/.github/ISSUE_TEMPLATE/3-docs-bug.md index 2fda75c..4627980 100644 --- a/.github/ISSUE_TEMPLATE/3-docs-bug.md +++ b/.github/ISSUE_TEMPLATE/3-docs-bug.md @@ -1,3 +1,11 @@ +--- +name: 📚 Documentation Issue Report +about: Use this template to report an issue on documentation. +title: "[Doc-bug]: Title" +labels: [] +assignees: '' +--- + # **📚 Documentation Issue Report** ## **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/4-feature-request.md b/.github/ISSUE_TEMPLATE/4-feature-request.md index d742f8b..31caaee 100644 --- a/.github/ISSUE_TEMPLATE/4-feature-request.md +++ b/.github/ISSUE_TEMPLATE/4-feature-request.md @@ -1,3 +1,11 @@ +--- +name: 🚀 Feature Request +about: Use this template to introduce a new feature. +title: "[Feature]: Title" +labels: [] +assignees: '' +--- + # **🚀 Feature Request** ## **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/5-enhancement-request.md b/.github/ISSUE_TEMPLATE/5-enhancement-request.md index 0b5f984..7998d93 100644 --- a/.github/ISSUE_TEMPLATE/5-enhancement-request.md +++ b/.github/ISSUE_TEMPLATE/5-enhancement-request.md @@ -1,3 +1,11 @@ +--- +name: 🚀 Enhancement Request +about: Use this template to introduce a new enhancement. +title: "[Enhancement]: Title" +labels: [] +assignees: '' +--- + # **🚀 Enhancement Request** ## **Is your enhancement request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/6-security-report.md b/.github/ISSUE_TEMPLATE/6-security-report.md index 77bb03e..464ce94 100644 --- a/.github/ISSUE_TEMPLATE/6-security-report.md +++ b/.github/ISSUE_TEMPLATE/6-security-report.md @@ -1,3 +1,11 @@ +--- +name: ⚠️ Security Report +about: Use this template to report a security vulnerability. +title: "[Security]: Title" +labels: [] +assignees: '' +--- +