From 953ddb2bfa79c0cd069080dbbe9d3ffe73aad071 Mon Sep 17 00:00:00 2001 From: STAM Date: Fri, 22 Nov 2024 18:57:07 +0300 Subject: [PATCH] issue form update --- .github/ISSUE_TEMPLATE/{template-bug.yml => bug.yml} | 4 ++-- .../bug-extended.yml.disabled} | 0 .../question.yml.disabled} | 0 .github/ISSUE_TEMPLATE/{template-feature.yml => feature.yml} | 2 +- .github/ISSUE_TEMPLATE/{template-task.yml => task.yml} | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{template-bug.yml => bug.yml} (95%) rename .github/ISSUE_TEMPLATE/{template-bug-extended.yml.disabled => disabled/bug-extended.yml.disabled} (100%) rename .github/ISSUE_TEMPLATE/{template-question.yml.disabled => disabled/question.yml.disabled} (100%) rename .github/ISSUE_TEMPLATE/{template-feature.yml => feature.yml} (97%) rename .github/ISSUE_TEMPLATE/{template-task.yml => task.yml} (98%) diff --git a/.github/ISSUE_TEMPLATE/template-bug.yml b/.github/ISSUE_TEMPLATE/bug.yml similarity index 95% rename from .github/ISSUE_TEMPLATE/template-bug.yml rename to .github/ISSUE_TEMPLATE/bug.yml index 2dd6b19..9f4bad7 100644 --- a/.github/ISSUE_TEMPLATE/template-bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: 🐞 Bug Report description: A generic bug report title: "[BUG]: " labels: ["Type: 🐞 bug", "Status: 🖐 available"] @@ -35,7 +35,7 @@ body: ➡️ Please, paste output from console command below: `version; game version; meta version; meta list` - ➡️ (Optional) You could also provide info about AMX Mox X (version < `1.9.0` are *not* supported!): + ➡️ (Optional) You could also provide info about AMX Mod X (version below `1.9.0` are *not* supported!): `amxx version; amxx plugins` ➡️ Your environment: OS ( 🪟 `Windows` or 🐧 `Linux`), OS Vetsion, etc. diff --git a/.github/ISSUE_TEMPLATE/template-bug-extended.yml.disabled b/.github/ISSUE_TEMPLATE/disabled/bug-extended.yml.disabled similarity index 100% rename from .github/ISSUE_TEMPLATE/template-bug-extended.yml.disabled rename to .github/ISSUE_TEMPLATE/disabled/bug-extended.yml.disabled diff --git a/.github/ISSUE_TEMPLATE/template-question.yml.disabled b/.github/ISSUE_TEMPLATE/disabled/question.yml.disabled similarity index 100% rename from .github/ISSUE_TEMPLATE/template-question.yml.disabled rename to .github/ISSUE_TEMPLATE/disabled/question.yml.disabled diff --git a/.github/ISSUE_TEMPLATE/template-feature.yml b/.github/ISSUE_TEMPLATE/feature.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/template-feature.yml rename to .github/ISSUE_TEMPLATE/feature.yml index d96f131..9634e36 100644 --- a/.github/ISSUE_TEMPLATE/template-feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,4 +1,4 @@ -name: New Feature +name: 💡 New Feature description: Suggest an idea for this project title: "[Feature request]: " labels: ["Engine: ⚙️ Independent", "Priority: ⚠️ medium", "OS: 💻 Independent", "Status: 🖐 available", "Type: 💡 feature request"] diff --git a/.github/ISSUE_TEMPLATE/template-task.yml b/.github/ISSUE_TEMPLATE/task.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/template-task.yml rename to .github/ISSUE_TEMPLATE/task.yml index aef2650..f4cd60e 100644 --- a/.github/ISSUE_TEMPLATE/template-task.yml +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -1,4 +1,4 @@ -name: Task +name: ⚗️ Task description: Create some generic task for this project title: "[TASK]: " labels: ["Engine: ⚙️ Independent", "Priority: ⚠️ medium", "OS: 💻 Independent", "Status: 🖐 available", "Type: ⚗️ task"]