diff options
| author | Devin J. Pohly <djpohly@gmail.com> | 2021-03-29 17:04:37 -0500 |
|---|---|---|
| committer | Devin J. Pohly <djpohly@gmail.com> | 2021-03-29 17:04:37 -0500 |
| commit | db647f2df63c35270f23a970f29a8f155466d9ea (patch) | |
| tree | 978982f96163eebb6a497d27c533b68df8f87c21 /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | 38ba6d2277cb521c1366c99f4845659e7b5ba451 (diff) | |
| download | dwl-db647f2df63c35270f23a970f29a8f155466d9ea.tar.gz | |
fix labels on issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2a18c75..9b9eef4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Something in dwl isn't working correctly title: '' -labels: 'Type: bug' +labels: 'A: bug' assignees: '' --- |
