diff options
author | 2022-02-02 14:36:54 +0700 | |
---|---|---|
committer | 2022-02-02 14:36:54 +0700 | |
commit | bf00b989723b07b0b0243cdff804ba4bd56995fe (patch) | |
tree | 56ed002d4abf5fa2465add9214174fdd7390099f /.github | |
parent | dc0ffbfc139727b234bdec994ec86e503eef2481 (diff) | |
download | iced-bf00b989723b07b0b0243cdff804ba4bd56995fe.tar.gz iced-bf00b989723b07b0b0243cdff804ba4bd56995fe.tar.bz2 iced-bf00b989723b07b0b0243cdff804ba4bd56995fe.zip |
Remove newlines from bug report template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 9137d729..866b5f7a 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -10,8 +10,7 @@ body: attributes: label: Is there an existing issue for this? description: | - Please, search [the existing issues] and see if an issue already exists - for the bug you encountered. + Please, search [the existing issues] and see if an issue already exists for the bug you encountered. [the existing issues]: https://github.com/iced-rs/iced/issues options: @@ -21,20 +20,14 @@ body: attributes: label: Is this issue related to iced? description: | - 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. + 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. Before filing an issue... - - 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]. - - 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 `wgpu`, you need an environment that supports Vulkan, 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 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! + 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! [the `wgpu` examples]: https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples [the `glow` examples]: https://github.com/grovesNL/glow/tree/main/examples @@ -46,8 +39,7 @@ body: label: What happened? id: what-happened description: | - What problem are you having? Please, also provide the steps to reproduce - it. + What problem are you having? Please, also provide the steps to reproduce it. If the issue happens with a particular program, please share an [SSCCE]. |