Frank Dana f4d30065d3 Create issue templates
Add templates for bug, feature, and doc issues, based on GitHub's
standard templates.

Also create an `issue_template.md` file for blank issues of other types,
and configure the template selector to allow "blank" issues (which will
use that template).
2024-06-15 12:35:58 -04:00

37 lines
830 B
Markdown

---
name: Bug report
about: Create a report to help us improve WireViz
title: "[bug] "
labels: 'bug'
assignees: ''
---
<!-- Please add a brief summary of your issue to the title above, after the
"[bug]" prefix -->
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- WireViz version:
- Graphviz version (`dot -V`):
- Python version: (`python -V`):
- Operating System and version:
**Additional context**
Add any other context about the problem here.