diff options
author | 2022-02-02 15:04:56 +0700 | |
---|---|---|
committer | 2022-02-02 15:04:56 +0700 | |
commit | 0ce2deff5a3afc3604b8f6ef9be28b1e32323531 (patch) | |
tree | a5c73faf100ca20d825ac5aabf1cb74f9aed454f /.github | |
parent | e068e9cc824e4f928bb1d009198dc3f5984be54e (diff) | |
download | iced-0ce2deff5a3afc3604b8f6ef9be28b1e32323531.tar.gz iced-0ce2deff5a3afc3604b8f6ef9be28b1e32323531.tar.bz2 iced-0ce2deff5a3afc3604b8f6ef9be28b1e32323531.zip |
Make titles of issue templates more relatable
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 1626a699..9d0eb2ed 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. +name: I have a problem with the library +description: File a bug report. labels: ["bug"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ab1dae49..66cfca51 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Discussion + - name: I have a question / suggestion / idea url: https://github.com/iced-rs/iced/discussions/new - about: Use GitHub discussions if you are looking for feedback or have any questions or suggestions! - - name: Discord Community Server + about: Use GitHub Discussions if you have any questions or suggestions or want to discuss any ideas. + - name: I want to chat with other users of the library url: https://discord.com/invite/3xZJ65GAhd - about: Feel free to ask any questions in the community server! + about: Feel free to hang out with the community in the Discord Server! |