From 0e0d84013e4e27373e706a7e97de49332e21fe6f Mon Sep 17 00:00:00 2001 From: STAM Date: Wed, 6 Dec 2023 16:05:29 +0300 Subject: [PATCH] updated "task" and "feature" issue templates --- .github/ISSUE_TEMPLATE/config.yml | 28 +++++++++++++++ .github/ISSUE_TEMPLATE/feature.yml | 42 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ----------- .github/ISSUE_TEMPLATE/question.yml | 42 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/task.yml | 42 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/task_generic.md | 17 --------- 6 files changed, 154 insertions(+), 37 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.yml create mode 100644 .github/ISSUE_TEMPLATE/task.yml delete mode 100644 .github/ISSUE_TEMPLATE/task_generic.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..cc95ff3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,28 @@ +blank_issues_enabled: true +contact_links: + - name: metamod-r GitHub Repo + url: https://github.com/theAsmodai/metamod-r + about: Official repo + - name: metamod-r GitHub Documentation + url: https://github.com/theAsmodai/metamod-r/wiki + about: Documentation + - name: metamod-r on dev-cs.ru + url: https://dev-cs.ru/resources/208/ + about: Thread at community forum + - name: metamod-r site + url: https://metamod-r.org/ + about: Official site + - name: ReHLDS GitHub Repo + url: https://github.com/dreamstalker/ReHLDS + about: Reverse-engineered HLDS + - name: ReHLDS GitHub Documentation + url: https://github.com/dreamstalker/ReHLDS/wiki + about: Reverse-engineered HLDS Documentation + - name: ReHLDS on dev-cs.ru (RU) + url: https://dev-cs.ru/resources/64/ + about: Thread at community forum + - name: ReHLDS on cs.rin.ru (EN) + url: https://cs.rin.ru/forum/viewtopic.php?f=29&t=67651 + about: Thread at community forum + - name: ReHLDS site + url: https://rehlds.ru/ diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..d277d77 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,42 @@ +name: Feature request +description: Suggest an idea for this project +title: "[Feature request]: " +labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Rrequest" +#projects: ["octo-org/1", "octo-org/44"] +assignees: + - s1lentq +# - theAsmodai + - stamepicmorg +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this Feature request! + - type: input + id: contact + attributes: + label: Contact Details (optional) + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: have-idea + attributes: + label: Tell us more about your idea + description: Tell us what you expect from the project and the developers? + placeholder: Tell us about your idea! + value: "I have an idea!" + validations: + required: true +# - type: checkboxes +# id: terms +# attributes: +# label: Code of Conduct +# description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) +# options: +# - label: I agree to follow this project's Code of Conduct +# required: true +- type: markdown + attributes: + value: "Thanks for completing our form!" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index cdcdcb5..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '[Feature request]: ' -labels: 'Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Rrequest' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000..869a057 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,42 @@ +name: Question +description: Create some Question for this project +title: "[TASK]: " +labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Question" +#projects: ["octo-org/1", "octo-org/44"] +#assignees: +# - s1lentq +# - theAsmodai +# - stamepicmorg +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this Question! + - type: input + id: contact + attributes: + label: Contact Details (optional) + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: have-question + attributes: + label: Tell us more about your Question + description: What happened? + placeholder: Tell us about your Question! + value: "I have an Question!" + validations: + required: true +# - type: checkboxes +# id: terms +# attributes: +# label: Code of Conduct +# description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) +# options: +# - label: I agree to follow this project's Code of Conduct +# required: true +- type: markdown + attributes: + value: "Thanks for completing our form!" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml new file mode 100644 index 0000000..c44bf2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -0,0 +1,42 @@ +name: Generic task +description: Create some generic task for this project +title: "[TASK]: " +labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Task" +#projects: ["octo-org/1", "octo-org/44"] +#assignees: +# - s1lentq +# - theAsmodai +# - stamepicmorg +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this Task! + - type: input + id: contact + attributes: + label: Contact Details (optional) + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: have-task + attributes: + label: Tell us more about your task + description: Tell us what you want from the project and the developers? + placeholder: Tell us about your task! + value: "I have an task!" + validations: + required: true +# - type: checkboxes +# id: terms +# attributes: +# label: Code of Conduct +# description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) +# options: +# - label: I agree to follow this project's Code of Conduct +# required: true +- type: markdown + attributes: + value: "Thanks for completing our form!" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/task_generic.md b/.github/ISSUE_TEMPLATE/task_generic.md deleted file mode 100644 index de789ee..0000000 --- a/.github/ISSUE_TEMPLATE/task_generic.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Generic task -about: Create a generic task -title: '[TASK]: ' -labels: 'Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Task' -assignees: '' - ---- - -**Describe** -A clear and concise description of what the issue is. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here.