diff options
| author | Allen Hutchison <[email protected]> | 2025-05-19 16:27:49 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-19 16:27:49 -0700 |
| commit | f2a60f729fe30396001b11c5644229e8a00a53b3 (patch) | |
| tree | 1be11c3507b41eeb37077cbff7da265ec1b54e1a | |
| parent | 323b1298f91c7fe86f5108f8dd369b71ad81a146 (diff) | |
Add a Bug Template (#439)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5c626f08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,13 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Additional context** +Add any other context about the problem here. |
