Merge pull request #3473 from Dobby233Liu/issuetemplate-test

Small changes to issue templates
This commit is contained in:
Jonathan Campbell 2022-05-09 11:24:48 -07:00 committed by GitHub
commit f6a6c91e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 84 additions and 84 deletions

View File

@ -7,29 +7,39 @@ body:
attributes:
value: |
### Please fill out the form as cleanly as possible.
Also, make sure that you have properly filled in the title of the bug report.
- type: checkboxes
id: terms
It's highly recommended for you to fill in all the fields (even optional ones) if possible, so it's easier for us to solve the problem. Also, make sure that you have properly filled in the title of the bug report.
- type: textarea
id: issue
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
label: Describe the bug
description: A clear and concise description of what the bug is. If applicable, add screenshots to help in explaining.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Have you checked that no other similar bug report(s) already exists?
description: Search the issues before creating this bug report.
options:
- label: I have searched and didn't find any similar issues.
required: true
label: Steps to reproduce the behaviour
description: How can we reproduce this bug? For example, doing what actions in what software causes the bug to occur?
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: excepted
attributes:
label: Expected behavior
description: A clear and concise description of what did you expect to happen. If applicable, add screenshots to help in explaining.
validations:
required: false
- type: input
id: os
attributes:
label: What operating system(s) this bug have occurred on?
description: Release name of the OS (additionally with a extra version number or a architecture name) this issue have occurred on.
placeholder: "Ex. Windows 10 21H2, Ubuntu 21.04, macOS Big Sur arm64, etc."
description: Put in the release name of the OS (additionally with a extra version number and/or an architecture name) this problem have occurred on.
placeholder: "Ex. Windows 10 21H2, Ubuntu 21.04 etc."
validations:
required: true
# This is confusing
@ -45,56 +55,46 @@ body:
id: version
attributes:
label: What version(s) of DOSBox-X have this bug?
description: DOSBox-X release version or git commit/branch + flavor this issue have occurred on. Though, please always check if the bug still occurs in the latest version/commit.
placeholder: "Ex. 0.83.17 SDL1 Visual Studio, latest master SDL2, commit 88370683291f5c681d2a7d6fff088b947b783bd4 SDL1, etc."
validations:
required: true
- type: textarea
id: issue
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If applicable, add screenshots to help in explaining.
validations:
required: true
- type: textarea
id: excepted
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen. If applicable, add screenshots to help in explaining.
validations:
required: false
- type: textarea
id: steps
attributes:
label: Steps to reproduce the behaviour
description: How can we reproduce this bug? For example, doing what in what software causes the bug to occur?
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
description: Put in the release version or git commit/branch and additionally the flavor of the DOSBox-X build this problem occurred on. Though, please always check if the bug occurs in the latest version/commit.
placeholder: "Ex. 0.83.17 SDL1 Visual Studio, commit 88370683291f5c681d2a7d6fff088b947b783bd4 SDL1 etc."
validations:
required: true
- type: textarea
id: config
attributes:
label: Used configuration
description: Share the configuration (usually from the `dosbox-x.conf` file) that can cause the bug to occur. Leave this area empty if you're using the default configuration.
description: Share the configuration (usually from the `dosbox-x.conf` file) that caused the bug to occur. Leave this area empty if you're using the default configuration. If you want to link to a upload of the file, please put the link into the "Additional information" box instead.
render: ini # Syntax highlighting
validations:
required: false
- type: textarea
id: log
attributes:
label: Emulator log
description: The relevant log DOSBox-X outputted.
label: Output log
description: The relevant log DOSBox-X outputted when the problem ocurred. If you want to link to a upload of the file, please put the link into the "Additional information" box instead.
render: text # Syntax highlighting
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context about the problem here.
label: Additional information
description: Add more information about the problem here.
validations:
required: false
- type: checkboxes
id: alreadyexists
attributes:
label: Have you checked that no similar bug report(s) exist?
description: Please try to search for this bug in the issues before creating this bug report.
options:
- label: I have searched and didn't find any similar bug report.
required: true
- 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

View File

@ -8,22 +8,6 @@ body:
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:
@ -49,7 +33,23 @@ body:
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context about the feature request here.
label: Additional information
description: Add more information about the feature request here.
validations:
required: false
- type: checkboxes
id: alreadyexists
attributes:
label: Have you checked that no similar feature request(s) exist?
description: Please try to search for similar feature requests in the issues before creating this issue.
options:
- label: I have searched and didn't find any similar feature request.
required: true
- 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

View File

@ -8,22 +8,6 @@ body:
value: |
### Please fill out the form as cleanly as possible.
Also, make sure that you have properly filled in the title of the question. You can also visit [our wiki](https://dosbox-x.com/wiki), which may be able to answer your question.
- 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 question(s) already exists?
description: Search the issues before creating this question.
options:
- label: I have searched and didn't find any similar issues.
required: true
- type: textarea
id: question
attributes:
@ -32,3 +16,19 @@ body:
placeholder: "Ex. How do I [...]"
validations:
required: true
- type: checkboxes
id: alreadyexists
attributes:
label: Have you checked that no similar question(s) exist?
description: Please try to search for similar questions in the issues before creating this issue.
options:
- label: I have searched and didn't find any similar question.
required: true
- 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