From 04e85c176a610be870042a2b72c51a2405c62234 Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Fri, 28 May 2021 14:55:36 -0700 Subject: [PATCH] Update templates (#3904) --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ef020b89de..8eeac85490 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,8 +2,8 @@ --- -name: "\U0001F41B Report" -about: File a \U0001F41B ! +name: Bug Report +about: File a Bug ! --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3cc6372f24..4a8ee014b1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ --- -name: "\U0001F680 Feature Request" +name: Feature Request about: Suggest an idea for this project --- @@ -20,4 +20,4 @@ Please fill in as much of the template below as you're able. **Describe alternatives you've considered** - \ No newline at end of file + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ae455bd000..3dc93e2b3f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,4 +9,4 @@ * [ ] Unit tests included and/or updated with changes? * [ ] Command line build passes? * [ ] Has this been smoke tested? -* [ ] If this requires special test setup (i.e. CouchDB configuration), please detail it within the PR \ No newline at end of file +* [ ] Testing instructions included in associated issue?