.github/ISSUE_TEMPLATE: simplify templates

This commit is contained in:
Hajime Hoshi 2022-10-28 00:23:29 +09:00
parent d1e4b82862
commit fcda4143a5
4 changed files with 12 additions and 11 deletions

View File

@ -29,31 +29,27 @@ body:
- type: input - type: input
id: version_of_go id: version_of_go
attributes: attributes:
label: Go Version label: Go Version (`go version`)
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: repro_steps id: repro_steps
attributes: attributes:
label: What were you doing (steps to reproduce the bug)? label: What steps will reproduce the problem?
validations:
required: true
- type: textarea
id: actual_result
attributes:
label: What actually happened as a result?
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: expected_result id: expected_result
attributes: attributes:
label: What did you expect to happen? label: What is the expected result?
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: stacktrace id: actual_result
attributes: attributes:
label: If you have a stack trace, please add it here. label: What happens instead?
validations:
required: true
- type: textarea - type: textarea
id: additional id: additional
attributes: attributes:

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions
about: Please use one of the forums for questions or general discussions
url: https://github.com/hajimehoshi/ebiten/discussions