Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Two New Error/Security Logging Service Issue Templates and Update Checklists for Others #38

Merged
merged 3 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.” -->