Skip to content

Commit

Permalink
Merge pull request #27 from GSA-TTS/issue-templates
Browse files Browse the repository at this point in the history
Add default issue templates
  • Loading branch information
rahearn authored Aug 27, 2024
2 parents d84f5ea + ad5aa9d commit 1857cd7
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug Report
about: Create a new issue for a problem or bug
title: ''
labels: 'bug'
assignees: ''

---

# Bug/Issue

<!-- uncomment sections that might provide value for your particular issue -->

## What was the problem?

<!-- enter description or expected/actual behavior -->

<!--
## Reproduction steps
1. Step 1
1. Step 2
-->

<!--
## Environment
* URL:
* Device: mobile/desktop
* OS:
* Browser:
-->

<!--
## Screenshots
-->
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: New User Story
about: Create a new issue in using the "user story" format.
title: ''
labels: 'story'
assignees: ''

---

## Story

As a ***TYPE_OF_USER***,
I would like to ***NEW_FUNCTIONALITY***,
So that I can ***ACCEPTED_OUTCOME***

## Solution

<!-- Propose a solution - This is subject to change as deemed by the implementers! -->

```[tasklist]
### Tasks
- [ ] One task
- [ ] Another task
```

## Acceptance Criteria

<!-- Define acceptance criteria for ACCEPTED_OUTCOME -->

- [ ] One criteria
- [ ] Another criteria
38 changes: 38 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!-- Uncomment and update the sections you need for your PR! -->

# 🎫 Addresses issue: #0
<!--
Insert the issue number (or full link if the issue is in a different repo
-->

## 🛠 Summary of changes

<!--
Write a brief description of what you changed. Bulleted lists are perfect
-->

<!--
## 📜 Testing Plan
How would a peer test this work?
- Step 1
- Step 2
- Step 3
-->

<!--
## 👀 Screenshots and Evidence
If relevant, include a screenshot or screen capture of the changes.
<details>
<summary>Before:</summary>
</details>
<details>
<summary>After:</summary>
</details>
-->

0 comments on commit 1857cd7

Please sign in to comment.