diff options
author | 2022-02-02 14:47:35 +0700 | |
---|---|---|
committer | 2022-02-02 14:47:35 +0700 | |
commit | b10ad95645dea3fd1aaeb5de4e774283955110d7 (patch) | |
tree | e5910096fd56b374a62b67dd88c75993d2157194 /.github | |
parent | f99f85f44777106d39a785988c12020a4f722728 (diff) | |
download | iced-b10ad95645dea3fd1aaeb5de4e774283955110d7.tar.gz iced-b10ad95645dea3fd1aaeb5de4e774283955110d7.tar.bz2 iced-b10ad95645dea3fd1aaeb5de4e774283955110d7.zip |
Improve titles of issue templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e49c06aa..caf33063 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ blank_issues_enabled: false contact_links: - - name: Discussions + - name: Discussion url: https://github.com/iced-rs/iced/discussions/new about: Use GitHub discussions, if you are looking for feedback or have any questions! - name: Discord Community Server |