From d78a0f009ebc1bb6f2523d49f91a1141d0970b4a Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 21 Sep 2022 18:03:47 +0100 Subject: [PATCH] docs: Add feature request template --- .github/ISSUE_TEMPLATE/bug_report.yml | 53 +++++----------------- .github/ISSUE_TEMPLATE/feature_request.yml | 18 ++++++++ 2 files changed, 29 insertions(+), 42 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 596194c..eaf7e2b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,48 +1,17 @@ +--- name: Bug Report description: Report a bug with the HullCSS Bot title: '[BUG REPORT] ' labels: ['bug'] +--- + +### Bug Description +_A clear and concise description of what the problem is_ + +### Expected Result +_A clear and concise description of what the expected result is_ + +### Actual Result +_A clear and concise description of what the actual result is_ -body: - - - type: markdown - attributes: - value: |- - ## Please enter the following headings, where applicable, to make it easier to complete this request! - validations: - required: false - - - type: textarea - id: bugexplanation - attributes: - label: Bug Description - description: Please explain the bug, include any errors - placeholder: Bug report - validations: - required: true - - - type: textarea - id: expected - attributes: - label: Expected Result - description: Please explain the bug, include any errors - placeholder: The expected result - validations: - required: true - - - type: textarea - id: additional - attributes: - label: Additional Information - description: Anything to give further context to the bug report or information that will assist in solving the issue - validations: - required: false - - - type: textarea - id: links - attributes: - label: Images - description: CTRL V to paste images in - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..cdcfdd5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Request a feature in this project +title: '[FEATURE REQUEST] ' +labels: 'enhancement' +--- + +### Is your feature request related to a problem? +_A clear and concise description of what the problem is, e.g. I'm always frustrated when [...]._ + +### What solution would you like? +_A clear and concise description of what you want to happen._ + +### What alternatives have you considered? +_A clear and concise description of any alternative solutions or features you've considered._ + +### Do you have any additional context? +_Add any other context or screenshots about the feature request here._ \ No newline at end of file