Merge 4f11e32256888a2e4807e3492d3fd5f1a73259bb into e4fe099f8c7b86736aee7b4227cc794b6e8b36f0

This commit is contained in:
Frank Dana 2025-06-22 23:18:28 -04:00 committed by GitHub
commit 943901057a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 98 additions and 0 deletions

36
.github/ISSUE_TEMPLATE/1-bug.md vendored Normal file
View File

@ -0,0 +1,36 @@
---
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.

23
.github/ISSUE_TEMPLATE/2-feature.md vendored Normal file
View File

@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[feature] "
labels: 'enhancement'
assignees: ''
---
<!-- Please add a brief summary of your request to the title above, after the
"[feature]" prefix -->
**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 [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

26
.github/ISSUE_TEMPLATE/3-doc.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: Documentation issue
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.

2
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,2 @@
blank_issues_enabled: true

11
.github/issue_template.md vendored Normal file
View File

@ -0,0 +1,11 @@
<!-- Where appropriate, prefix your issue title with one of these
category prefixes, followed by a space:
[internal] - When suggesting code improvements that don't change
any output.
[meta] - For issues about the development or contribution process.
For [bug], [feature], or [doc] issues, please use the corresponding
issue templates if possible, as they provide more guidance on what
information to include. -->