From 3ee3d15470d55cf83ff3419386ea910a6b54c0a0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 27 Nov 2023 05:26:23 -0500 Subject: [PATCH] github: Include thumbs up reminder for issues --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5452b5e..e635768 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,3 +23,11 @@ Tell us what happens instead of the expected behavior. ## Step to Reproduce Please provide the steps to reproduce the issue. + + + +## Priorities +Add a :+1: [reaction] to [issues you find important]. + +[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ +[issues you find important]: https://github.com/donovanglover/hyprdim/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c109080..3395e93 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -20,3 +20,11 @@ Please provide a detailed description of the proposed feature, including any sug ## Additional Context Add any other context or screenshots about the feature request here. If this feature request is related to a problem, please describe it. + + + +## Priorities +Add a :+1: [reaction] to [issues you find important]. + +[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ +[issues you find important]: https://github.com/donovanglover/hyprdim/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc