Skip to content

Commit 948a201

Browse files
author
travissouthard
committed
Add PR and issue templates
1 parent 87dead0 commit 948a201

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Overview
2+
3+
Describe the bug
4+
5+
# Demo
6+
7+
Add a screenshot of the bug
8+
9+
# What is the expected behavior?
10+
11+
Describe the expected behavior
12+
13+
# Steps to recreate
14+
15+
- Bullet list of steps to recreate
16+
- Try to be as descriptive as possible
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Overview
2+
3+
Describe what you'd like to see added
4+
5+
# Wireframes/Screenshot (optional)
6+
7+
Add an image if this is based on a wireframe
8+
9+
# Context
10+
11+
Add any context about the problem you think this will solve
12+
13+
# Suggested solution (optional)
14+
15+
Give a hint on how to solve this

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Overview
2+
3+
Give a brief description of the changes
4+
5+
Closes ###
6+
7+
# Demo
8+
9+
Paste a screenshot or terminal output. Before and after is your and your reviewer's friend
10+
11+
# Testing instructions
12+
13+
- Add a list of instructions to show your changes working
14+
- Bullet points are desired
15+
- [ ] Checkboxes help for ensuring a specific quality or number
16+
17+
# Checklist before merge
18+
19+
- [ ] Update the CHANGELOG.md
20+
- [ ] Rebase your changes from whatever branch you're merging to

0 commit comments

Comments
 (0)