Remove newlines from bug report template
This commit is contained in:
parent
dc0ffbfc13
commit
bf00b98972
1 changed files with 6 additions and 14 deletions
20
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
20
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
|
|
@ -10,8 +10,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there an existing issue for this?
|
label: Is there an existing issue for this?
|
||||||
description: |
|
description: |
|
||||||
Please, search [the existing issues] and see if an issue already exists
|
Please, search [the existing issues] and see if an issue already exists for the bug you encountered.
|
||||||
for the bug you encountered.
|
|
||||||
|
|
||||||
[the existing issues]: https://github.com/iced-rs/iced/issues
|
[the existing issues]: https://github.com/iced-rs/iced/issues
|
||||||
options:
|
options:
|
||||||
|
|
@ -21,20 +20,14 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Is this issue related to iced?
|
label: Is this issue related to iced?
|
||||||
description: |
|
description: |
|
||||||
If your application is crashing during startup or you are observing
|
If your application is crashing during startup or you are observing graphical glitches, there is a chance it may be caused by incompatible hardware or outdated graphics drivers.
|
||||||
graphical glitches, there is a chance it may be caused by incompatible
|
|
||||||
hardware or outdated graphics drivers.
|
|
||||||
|
|
||||||
Before filing an issue...
|
Before filing an issue...
|
||||||
|
|
||||||
- If you are using `wgpu`, you need an environment that supports Vulkan,
|
- If you are using `wgpu`, you need an environment that supports Vulkan, Metal, or DirectX 12. Please, make sure you can run [the `wgpu` examples].
|
||||||
Metal, or DirectX 12. Please, make sure you can run [the `wgpu` examples].
|
- If you are using `glow`, you need support for OpenGL 2.1+. Please, make sure you can run [the `glow` examples].
|
||||||
- If you are using `glow`, you need support for OpenGL 2.1+. Please,
|
|
||||||
make sure you can run [the `glow` examples].
|
|
||||||
|
|
||||||
If you have any issues running any of the examples, make sure your
|
If you have any issues running any of the examples, make sure your graphics drivers are up-to-date. If the issues persist, please report them to the authors of the libraries directly!
|
||||||
graphics drivers are up-to-date. If the issues persist, please report
|
|
||||||
them to the authors of the libraries directly!
|
|
||||||
|
|
||||||
[the `wgpu` examples]: https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples
|
[the `wgpu` examples]: https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples
|
||||||
[the `glow` examples]: https://github.com/grovesNL/glow/tree/main/examples
|
[the `glow` examples]: https://github.com/grovesNL/glow/tree/main/examples
|
||||||
|
|
@ -46,8 +39,7 @@ body:
|
||||||
label: What happened?
|
label: What happened?
|
||||||
id: what-happened
|
id: what-happened
|
||||||
description: |
|
description: |
|
||||||
What problem are you having? Please, also provide the steps to reproduce
|
What problem are you having? Please, also provide the steps to reproduce it.
|
||||||
it.
|
|
||||||
|
|
||||||
If the issue happens with a particular program, please share an [SSCCE].
|
If the issue happens with a particular program, please share an [SSCCE].
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue