Skip to content

Commit

Permalink
Add Two New Error/Security Logging Service Issue Templates and Update…
Browse files Browse the repository at this point in the history
… Checklists for Others (#38)

* Add new issue template for StackHawk issues

* Add new issue template for Sentry issues

* Replace AC section with Tasklists for Bug, Redesign, and Task templates
  • Loading branch information
danarbello authored Mar 28, 2024
1 parent 775ba89 commit d54dd28
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 23 deletions.
14 changes: 6 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,16 @@ assignees: ''

<!-- A description of what you expected to happen. -->

## Acceptance Criteria

<!-- A list of one or more requirements that must be met in order for this -->
<!-- ticket to be considered “done.” Use checkboxes to mark each item as an -->
<!-- actionable task. -->

- [ ] TK

## Screenshots

<!-- Would including screenshots help explain the problem? -->

## Additional context

<!-- Is there any additional context that would be helpful? -->

```[tasklist]
### Tasks
```
<!-- A list of one or more requirements that must be met in order for this -->
<!-- ticket to be considered “done.” -->
14 changes: 6 additions & 8 deletions .github/ISSUE_TEMPLATE/redesign-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,16 @@ assignees: ''
<!-- case, set this section to “n/a” and any PRs associated with it may be -->
<!-- merged with only internal review. -->

## Acceptance Criteria

<!-- A list of one or more requirements that must be met in order for this -->
<!-- ticket to be considered “done.” Use checkboxes to mark each item as an -->
<!-- actionable task. -->

- [ ] tk…

## Design Mocks

<!-- Provide the link/links to design mockups? -->

## Screenshots

<!-- Provide a screenshot of the element you are styling. -->

```[tasklist]
### Tasks
```
<!-- A list of one or more requirements that must be met in order for this -->
<!-- ticket to be considered “done.” -->
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/sentry_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Sentry issue
about: A Sentry-reported error/bug.
title: ''
labels: ''
assignees: ''

---

## Description

<!-- A clear and concise description of the bug. -->
<!-- The sections suggested are intended to make it easy to create a -->
<!-- descriptive bug report. Change as needed! -->

### Sentry Issue

<!-- Link to Sentry dashboard ticket. -->

Resolves

## Issue Owner

<!-- A list of one or more individuals, responsible for seeing this -->
<!-- error or bug resolved/patched. -->


## Environment
<!-- The context in which the report was filed. -->


## Suggested Solution

<!-- What is the suggestion Sentry has provided? -->


## Screenshots

<!-- Would including screenshots help explain the problem? -->


```[tasklist]
### Tasks
```
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/stackhawk_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: StackHawk issue
about: A StackHawk-reported vulnerability.
title: ''
labels: ''
assignees: ''

---

## Description

<!-- A clear and concise description of the bug. -->
<!-- The sections suggested are intended to make it easy to create a -->
<!-- descriptive bug report. Change as needed! -->

### StackHawk Issue

<!-- Link to StackHawk dashboard ticket. -->

Resolves

## Issue Owner

<!-- A list of one or more individuals, responsible for seeing this -->
<!-- vulnerability resolved/patched. -->


## Environment
<!-- The context in which the report was filed. -->


## Suggested Solution

<!-- What is the suggestion StackHawk has provided? -->


## Screenshots

<!-- Would including screenshots help explain the problem? -->


```[tasklist]
### Tasks
```
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ assignees: ''
<!-- case, set this section to “n/a” and any PRs associated with it may be -->
<!-- merged with only internal review. -->

## Acceptance Criteria

<!-- A list of one or more requirements that must be met in order for this -->
<!-- ticket to be considered “done.” Use checkboxes to mark each item as an -->
<!-- actionable task. -->

- [ ] tk…

## Proposed Solution

Expand All @@ -43,3 +36,9 @@ assignees: ''
## Additional Context

<!-- Is there any additional context that would be helpful? -->

```[tasklist]
### Tasks
```
<!-- A list of one or more requirements that must be met in order for this -->
<!-- ticket to be considered “done.” -->

0 comments on commit d54dd28

Please sign in to comment.