diff options
author | 2022-02-02 14:47:35 +0700 | |
---|---|---|
committer | 2022-02-02 14:47:35 +0700 | |
commit | b10ad95645dea3fd1aaeb5de4e774283955110d7 (patch) | |
tree | e5910096fd56b374a62b67dd88c75993d2157194 /.github/ISSUE_TEMPLATE/BUG-REPORT.yml | |
parent | f99f85f44777106d39a785988c12020a4f722728 (diff) | |
download | iced-b10ad95645dea3fd1aaeb5de4e774283955110d7.tar.gz iced-b10ad95645dea3fd1aaeb5de4e774283955110d7.tar.bz2 iced-b10ad95645dea3fd1aaeb5de4e774283955110d7.zip |
Improve titles of issue templates
Diffstat (limited to '')
-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 c62ea10d..a1aecde6 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,5 +1,5 @@ name: Bug report -description: File a bug report +description: Report a problem in the codebase. labels: ["bug"] body: - type: markdown |