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).
27 lines
712 B
Markdown
27 lines
712 B
Markdown
---
|
|
name: Documentation issue template
|
|
about: Help us improve the WireViz documentation
|
|
title: "[doc] "
|
|
labels: 'documentation'
|
|
assignees: ''
|
|
|
|
---
|
|
<!-- Please add a brief summary of your issue to the title above, after the
|
|
"[doc]" prefix -->
|
|
|
|
**What documentation page(s) does this involve?**
|
|
Links to the relevant documentation files, e.g. [docs/README.md][].
|
|
|
|
**Describe the problem**
|
|
A clear and concise description of the documentation issue.
|
|
|
|
**Describe your suggested improvement**
|
|
A clear and concise summary of how the documentation could be better.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|
|
|