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: ''