mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/ISSUE_TEMPLATE: simplify templates
This commit is contained in:
parent
d1e4b82862
commit
fcda4143a5
@ -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
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user