diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-03-12 22:19:56 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-03-12 22:19:56 +0100 |
| commit | a1f6aff2bdb6beb846160c79c2c9d39ca06cbb8d (patch) | |
| tree | 1ad5c23c8f5ee0a00b61edd715a5c3e74157cc66 /.github | |
| parent | 5017a383bd1d329de42aa639aaf034a1cf72de15 (diff) | |
Rearrange topic guidance and add bling
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6adc98f..e8cbef5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- title: -name: Bug report +name: đĒŗ Report a bug about: Report a defect. --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 65e4cb9..9321099 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,17 +1,17 @@ blank_issues_enabled: false contact_links: - - name: "Suggest a feature" + - name: "đĄ Suggest a feature" url: https://github.com/magit/magit/discussions about: Use the "Ideas" category to suggest features. - - name: "SUPPORT â The Discussions feature of this repository" - url: https://github.com/magit/magit/discussions - about: Please search, ask and answer questions here. - - name: "SUPPORT â Emacs Reddit" + - name: "đ Ask the community for support" url: https://www.reddit.com/r/emacs - about: Another place to search, ask and answer questions. - - name: "Magit FAQ" + about: Please also consider supporting others. + - name: "đ Ask the maintainers for support" + url: https://github.com/magit/magit/discussions + about: Please keep in mind that our bandwidth is limited. + - name: "âšī¸ Magit FAQ" url: https://magit.vc/manual/magit/FAQ.html - about: It might be that many others had the same question. - - name: "Magit Manual" + about: Others might have had the same question before. + - name: "âšī¸ Magit Manual" url: https://magit.vc/manual/magit/#Top about: The fine manual may also be of use. |
