mirror of
https://github.com/emilk/egui.git
synced 2026-07-15 19:18:54 +00:00
Improve issue template instructions
This commit is contained in:
@@ -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. -->
|
||||
|
||||
@@ -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 […] -->
|
||||
|
||||
Reference in New Issue
Block a user