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