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 default issue templates #27

Merged
merged 1 commit into from
Aug 27, 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
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>
-->