Skip to content

Commit

Permalink
Add issue and PR templates (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdvalin authored Jan 21, 2025
1 parent b6d5622 commit 5eb7da5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# The problem
Write a short summary about what the reported problem/enhancement is.

# Expected Behaviour
How should the program behave when it encounters
this issue?

# Actual Behaviour
Describe how the program currently behaves when it
encounters this issue.

# Screenshots or Relevant Logs
When applicable, attach a screenshot or relevant logs of
the issue.
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Description
What does this PR do? Give a short summary

# Before/After Comparison
Give some examples of the before/after behavior
of the program.

# Clerical Stuff
Mention the issue this PR works toward resolving. If the
PR completely solves the issue, use "This closes #x"
to close the issue out automatically.

Mention the JIRA ticket of the issue, this helps keep
everything together so we can find this PR easily.

Relates to JIRA: RPOPC-<TICKET_NUMBER>

0 comments on commit 5eb7da5

Please sign in to comment.