File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed
Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : 🐛 Bug report
3+ about : Create a bug report to help us improve ImPlot
4+ title : ' [Bug] A brief, descriptive title'
5+ labels : type:fix, status:todo, prio:high
6+ assignees : brenocq
7+ ---
8+ ** Bug description**
9+ A clear and concise description of what the bug is.
10+
11+ ** Bug video/screenshot**
12+ Attach png/jpg/mp4/gif files if applicable to help explain your problem.
13+
14+ ** Code to reproduce the bug**
15+ ``` cpp
16+ void MyBug () {
17+ // Minimal code snippet that reproduces the bug
18+ }
19+ ```
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : ❓ Q&A
4+ url : https://github.com/epezent/implot/discussions/categories/q-a
5+ about : Have any questions or need help? Ask here!
6+ - name : 📸 Gallery
7+ url : https://github.com/epezent/implot/discussions/180
8+ about : Share screenshots/videos of your projects using ImPlot!
Original file line number Diff line number Diff line change 1+ ---
2+ name : 🚀 Feature request
3+ about : Suggest an idea or enhancement for ImPlot
4+ title : ' [Feature] A brief, descriptive title'
5+ labels : type:feat, status:idea, prio:medium
6+ ---
7+ ** Feature description**
8+ A clear and concise description of the new feature.
9+
10+ ** Feature videos/screenshots**
11+ Attach png/jpg/mp4/gif files if applicable to help explain your idea.
You can’t perform that action at this time.
0 commit comments