Skip to content

Commit eede756

Browse files
committed
add Issue and PR templates.
0 parents  commit eede756

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#### Description
2+
3+
3-5 sentences describing the issue
4+
5+
#### Steps to Reproduce
6+
7+
Step by step instructions on how to reproduce this issue
8+
9+
##### Expected Behavior
10+
11+
Description of the expected behavior
12+
13+
##### Actual Behavior
14+
15+
Description of what actually happens
16+
17+
#### Additional Information
18+
19+
Information regarding the environment where the issue occurred. This can include
20+
information such as location, platform, origin, version or environment.
21+
22+
Any additional information, configuration or data that might be necessary or helpful to reproduce the issue and help in identification and resolution of the issue.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#### What does this PR do?
2+
3+
1 sentence tagline of what the PR includes.
4+
5+
#### Description of Task to be completed?
6+
7+
A detailed description of what the PR delivers.
8+
9+
#### How should this be manually tested?
10+
11+
Steps on how to test the work delivered by the PR.
12+
13+
#### Any background context you want to provide?
14+
15+
Any additional information, configuration or data that might be necessary to a
16+
reviewer of the PR.
17+
18+
#### What are the relevant issues?
19+
20+
Reference the issue if applicable.
21+
22+
#### Screenshots (if appropriate)
23+
24+
#### Questions:

0 commit comments

Comments
 (0)