Skip to content

Commit 9acb782

Browse files
committed
Add GitHub templates for issues and pull requests
1 parent cc3592d commit 9acb782

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/ISSUE_TEMPLATE.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#### Issue Summary
2+
3+
A summary of the issue and the environment in which it occurs. If suitable, include the steps required to reproduce the bug. Please feel free to include screenshots, screencasts, code examples.
4+
5+
6+
#### Steps to Reproduce
7+
8+
1. This is the first step
9+
2. This is the second step
10+
3. Further steps, etc.
11+
12+
Any other information you want to share that is relevant to the issue being reported. Especially, why do you consider this to be a bug? What do you expect to happen instead?

.github/PULL_REQUEST_TEMPLATE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Description
2+
3+
<!-- Please describe what the changes are made in this pull request and why the change was necessary. -->
4+
5+
<!--
6+
Please enter each Issue number you are resolving in your PR after one of the following words [Fixes, Closes, Resolves]. This will auto-link these issues and close them when this PR is merged!
7+
e.g.
8+
Fixes #1
9+
Closes #2
10+
-->
11+
### Fixes #

0 commit comments

Comments
 (0)