Skip to content

Commit 9277b36

Browse files
author
Alyss Noland
committed
API-916: Add PR template and issue template
1 parent f615722 commit 9277b36

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Expected behavior
2+
3+
4+
### Actual behavior
5+
6+
7+
### Steps to reproduce behavior
8+
9+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#### What?
2+
3+
A description about what this pull request implements and its purpose. Try to be detailed and describe any technical details to simplify the job of the reviewer and the individual on production support.
4+
5+
#### Tickets / Documentation
6+
7+
Add links to any relevant tickets and documentation.
8+
9+
- [Link 1](http://example.com)
10+
- ...
11+
12+
#### Screenshots (if appropriate)
13+
14+
Attach images or add image links here.
15+
16+
![Example Image](http://placehold.it/300x200)

0 commit comments

Comments
 (0)