From 86b9d9bf99b416ba3446b10b9660a32bfc6c560f Mon Sep 17 00:00:00 2001 From: Liu Wenyuan <15816141883@163.com> Date: Sat, 11 Sep 2021 16:42:25 +0800 Subject: [PATCH] Add files via upload --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 55 ++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) 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 b0e1f0384..3f0eba437 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -73,7 +73,7 @@ body: 3. Scroll down to '....' 4. See error validations: - required: false + required: true - type: textarea id: config attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..9151703b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,55 @@ +name: Feature request +description: Suggest an idea (a new feature or other improvements) to DOSBox-X +labels: enhancement + +body: + - type: markdown + attributes: + value: | + ### Please fill out the form as cleanly as possible. + Also, make sure that you have properly filled in the title of the feature request. + - type: checkboxes + id: terms + attributes: + label: Code of Conduct & Contributing Guidelines + description: By submitting this issue, you agree to follow our [contributing guidelines](https://github.com/joncampbell123/dosbox-x/blob/master/CONTRIBUTING.md) and [code of conduct](https://github.com/joncampbell123/dosbox-x/blob/master/CODE_OF_CONDUCT.md). + options: + - label: I agree to follow the code of conduct and the contributing guidelines. + required: true + - type: checkboxes + id: alreadyexists + attributes: + label: Have you checked that no other similar feature request(s) already exists? + description: Search the issues before creating this feature request. + options: + - label: I have searched and didn't find any similar issues. + required: true + - type: textarea + id: issue + attributes: + label: Is your feature request related to a problem? Please describe. + description: A clear and concise description of what the problem is. If applicable, add screenshots to help explaining. + placeholder: "Ex. I'm always frustrated when [...]" + validations: + required: false + - type: textarea + id: excepted + attributes: + label: The solution you'd like + description: A clear and concise description of what you want to happen. If applicable, add screenshots to help explaining. + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: false + - type: textarea + id: context + attributes: + label: Additional context + description: Add any other context about the feature request here. + validations: + required: false \ No newline at end of file