Improve issue template instructions
This commit is contained in:
parent
7c82111234
commit
96b642a7f5
2 changed files with 15 additions and 2 deletions
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,7 +7,17 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
Please make sure there is not already a similar bug report!
|
||||
<!--
|
||||
First look if there is already a similar bug report. If there is, add a comment to it instead!
|
||||
|
||||
Please also check if the bug is still present in latest master! Do so by adding the following lines to your Cargo.toml:
|
||||
|
||||
|
||||
[patch.crates-io]
|
||||
egui = { git = "https://github.com/emilk/egui", branch = "master" }
|
||||
# if you're using eframe:
|
||||
eframe = { git = "https://github.com/emilk/egui", branch = "master" }
|
||||
-->
|
||||
|
||||
**Describe the bug**
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
|
5
.github/ISSUE_TEMPLATE/feature_request.md
vendored
5
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -7,7 +7,10 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
Please make sure there is not already a similar issue!
|
||||
<!--
|
||||
First look if there is already a similar feature request. If there is, add a comment to it instead!
|
||||
-->
|
||||
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when […] -->
|
||||
|
|
Loading…
Reference in a new issue