Skip to content

Commit 6a5b25f

Browse files
authored
Add issue and PR templates (#30)
1 parent 8008128 commit 6a5b25f

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/issue_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# The problem
2+
Write a short summary about what the reported problem/enhancement is.
3+
4+
# Expected Behaviour
5+
How should the program behave when it encounters
6+
this issue?
7+
8+
# Actual Behaviour
9+
Describe how the program currently behaves when it
10+
encounters this issue.
11+
12+
# Screenshots or Relevant Logs
13+
When applicable, attach a screenshot or relevant logs of
14+
the issue.

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Description
2+
What does this PR do? Give a short summary
3+
4+
# Before/After Comparison
5+
Give some examples of the before/after behavior
6+
of the program.
7+
8+
# Clerical Stuff
9+
Mention the issue this PR works toward resolving. If the
10+
PR completely solves the issue, use "This closes #x"
11+
to close the issue out automatically.
12+
13+
Mention the JIRA ticket of the issue, this helps keep
14+
everything together so we can find this PR easily.
15+
16+
Relates to JIRA: RPOPC-<TICKET_NUMBER>

0 commit comments

Comments
 (0)