From 42adcae0d005bf57f383634375fde3e9812f8b2c Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 19 Oct 2021 00:00:05 -0400 Subject: [PATCH] tweak issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++----- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e2cc739..9b1ffb2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,7 +20,7 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. **Screenshots** -We love screenshots! +We love screenshots! * Windows: `Print Screen` key and then `ctrl+v` directly into GitHub issues here. * Shift + Command + 3, then `command+v` directly into GitHub issues here. @@ -33,7 +33,7 @@ Add any other context about the problem here. **Check the following:** -- [] I have updated Squib to the latest version. -- [] I have checked the Squib issues backlog for something similar -- [] I have attempted to make a minimal script demonstrating my problem -- [] I have reviewed the [Squib Docs](https://squib.readthedocs.io/) and there's still a problem +- [ ] I have updated Squib to the latest version. +- [ ] I have checked the Squib issues backlog for something similar +- [ ] I have attempted to make a minimal script demonstrating my problem +- [ ] I have reviewed the [Squib Docs](https://squib.readthedocs.io/) and there's still a problem diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5fea141..4639641 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -19,4 +19,4 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. - - [] I might be interested in implementing this myself + - [ ] I might be interested in implementing this myself