From c8e170bba2fdc30bb8ac25af1ea3489e7de12129 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 17 Sep 2021 12:15:59 +0200 Subject: [PATCH] Templates [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7986d063..ebf536b6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,10 @@ assignees: '' --- +:heart: To keep development of this project going, consider sponsoring +[sponsoring](https://github.com/sponsors/borkdude)! If you are already a +sponsor, thank you :pray:! + **version** [ Please specify which version of babashka you're using. You can find this with `babashka --version`. The documentation on the master branch may be ahead of the most released version. ] @@ -27,5 +31,3 @@ new binary when the issue is resolved. ] **expected behavior** [ What is the behavior you expected to see? Please provide a minimal working example ] - -[ Optional: if you or your organization is sponsoring this project, please write "**Sponsor**" in this ticket for higher priority. ] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index fb2ac702..e6129e98 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,10 @@ assignees: '' --- +:heart: To keep development of this project going, consider sponsoring +[sponsoring](https://github.com/sponsors/borkdude)! If you are already a +sponsor, thank you :pray:! + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]