diff options
author | 2022-02-02 14:52:04 +0700 | |
---|---|---|
committer | 2022-02-02 14:52:04 +0700 | |
commit | e068e9cc824e4f928bb1d009198dc3f5984be54e (patch) | |
tree | d680537173e66340d45e360c80d01a66de4b16fd /.github | |
parent | 61543e4c04a114cae4c283e2a53964380bd71ecf (diff) | |
download | iced-e068e9cc824e4f928bb1d009198dc3f5984be54e.tar.gz iced-e068e9cc824e4f928bb1d009198dc3f5984be54e.tar.bz2 iced-e068e9cc824e4f928bb1d009198dc3f5984be54e.zip |
Remove `codebase` from bug report template
... since a bug report may not necessarily indicate an issue in the
codebase.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index a1aecde6..1626a699 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,5 +1,5 @@ name: Bug report -description: Report a problem in the codebase. +description: Report a problem. labels: ["bug"] body: - type: markdown |