From a42a1a63396ea947dad3c5a76a67a1ac95705e44 Mon Sep 17 00:00:00 2001 From: Keith McCammon Date: Wed, 15 Jul 2020 11:38:11 -0600 Subject: [PATCH] Improve issue templates via title prefixes (#1121) * Update and rename feature_request.md to idea.md * Update problem_report.md * Update website_change.md Co-authored-by: Carrie Roberts --- .github/ISSUE_TEMPLATE/{feature_request.md => idea.md} | 8 ++++---- .github/ISSUE_TEMPLATE/problem_report.md | 2 +- .github/ISSUE_TEMPLATE/website_change.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename .github/ISSUE_TEMPLATE/{feature_request.md => idea.md} (87%) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/idea.md similarity index 87% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/idea.md index c1c87ccb..025d8590 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/idea.md @@ -1,8 +1,8 @@ --- -name: Feature request -about: Suggest a new feature or other enhancement. -title: '' -labels: 'feature' +name: Idea +about: An idea for a feature or improvement to Atomic Red Team. +title: 'Idea: ' +labels: 'idea' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/problem_report.md b/.github/ISSUE_TEMPLATE/problem_report.md index 2a1fa81b..86968414 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.md +++ b/.github/ISSUE_TEMPLATE/problem_report.md @@ -1,7 +1,7 @@ --- name: Problem about: Tell us about a problem you've encountered. -title: '' +title: 'Problem: ' labels: 'problem' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/website_change.md b/.github/ISSUE_TEMPLATE/website_change.md index 1ef40043..945b944a 100644 --- a/.github/ISSUE_TEMPLATE/website_change.md +++ b/.github/ISSUE_TEMPLATE/website_change.md @@ -1,7 +1,7 @@ --- name: Website change about: Propose a change to the website at https://atomicredteam.io -title: '' +title: 'Website: ' labels: 'website' assignees: ''