From 8856bf8e2a74fbac581024d105b8eacdb14980f5 Mon Sep 17 00:00:00 2001 From: Dan Arbello Date: Wed, 27 Mar 2024 16:18:54 -0400 Subject: [PATCH 1/3] Add new issue template for StackHawk issues --- .github/ISSUE_TEMPLATE/stackhawk_issue.md | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/stackhawk_issue.md diff --git a/.github/ISSUE_TEMPLATE/stackhawk_issue.md b/.github/ISSUE_TEMPLATE/stackhawk_issue.md new file mode 100644 index 0000000..fb7fccb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/stackhawk_issue.md @@ -0,0 +1,44 @@ +--- +name: StackHawk issue +about: A StackHawk-reported vulnerability. +title: '' +labels: '' +assignees: '' + +--- + +## Description + + + + + +### StackHawk Issue + + + +Resolves + +## Issue Owner + + + + + +## Environment + + + +## Suggested Solution + + + + +## Screenshots + + + + +```[tasklist] +### Tasks +``` From b2cee41b9051e60212f0136d823fdf3da8e8171b Mon Sep 17 00:00:00 2001 From: Dan Arbello Date: Wed, 27 Mar 2024 16:20:18 -0400 Subject: [PATCH 2/3] Add new issue template for Sentry issues --- .github/ISSUE_TEMPLATE/sentry_issue.md | 44 ++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sentry_issue.md diff --git a/.github/ISSUE_TEMPLATE/sentry_issue.md b/.github/ISSUE_TEMPLATE/sentry_issue.md new file mode 100644 index 0000000..7810e4e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sentry_issue.md @@ -0,0 +1,44 @@ +--- +name: Sentry issue +about: A Sentry-reported error/bug. +title: '' +labels: '' +assignees: '' + +--- + +## Description + + + + + +### Sentry Issue + + + +Resolves + +## Issue Owner + + + + + +## Environment + + + +## Suggested Solution + + + + +## Screenshots + + + + +```[tasklist] +### Tasks +``` From 8859e57018a6362f9998d09a9eaf5818e462292b Mon Sep 17 00:00:00 2001 From: Dan Arbello Date: Thu, 28 Mar 2024 09:38:35 -0400 Subject: [PATCH 3/3] Replace AC section with Tasklists for Bug, Redesign, and Task templates --- .github/ISSUE_TEMPLATE/bug_report.md | 14 ++++++-------- .github/ISSUE_TEMPLATE/redesign-task.md | 14 ++++++-------- .github/ISSUE_TEMPLATE/task.md | 13 ++++++------- 3 files changed, 18 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7cd0f70..96b29ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -43,14 +43,6 @@ assignees: '' -## Acceptance Criteria - - - - - -- [ ] TK - ## Screenshots @@ -58,3 +50,9 @@ assignees: '' ## Additional context + +```[tasklist] +### Tasks +``` + + diff --git a/.github/ISSUE_TEMPLATE/redesign-task.md b/.github/ISSUE_TEMPLATE/redesign-task.md index b0ae7b8..f94afc5 100644 --- a/.github/ISSUE_TEMPLATE/redesign-task.md +++ b/.github/ISSUE_TEMPLATE/redesign-task.md @@ -24,14 +24,6 @@ assignees: '' -## Acceptance Criteria - - - - - -- [ ] tk… - ## Design Mocks @@ -39,3 +31,9 @@ assignees: '' ## Screenshots + +```[tasklist] +### Tasks +``` + + diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md index a086f7c..4ce772d 100644 --- a/.github/ISSUE_TEMPLATE/task.md +++ b/.github/ISSUE_TEMPLATE/task.md @@ -24,13 +24,6 @@ assignees: '' -## Acceptance Criteria - - - - - -- [ ] tk… ## Proposed Solution @@ -43,3 +36,9 @@ assignees: '' ## Additional Context + +```[tasklist] +### Tasks +``` + +