Skip to content

Commit

Permalink
adding PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Oct 20, 2018
1 parent 84f85e2 commit 207a5e0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Bug fix
about: Submit a fix for an issue
---

**Fix for issue(s)**
#NNNN

**Diagnosis**
Please include a brief description of the root cause, and the fix(es) applied.

**Additional notes**
Add any other context about the problem here.

_Thank you!_
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature
about: Provide new functionality
---

**Optional: Related issue(s)**
#NNNN

**What's Changed**
A clear and concise description of what's included in this PR.

**Rationale**
A clear and concise description of why this change is valuable.

**Additional context**
Add any other context here.

_Thank you!_

0 comments on commit 207a5e0

Please sign in to comment.