Skip to content

Commit cfe0194

Browse files
authored
Merge pull request #58 from Sage-Bionetworks-Workflows/adds-pr-template
Adds PR Template
2 parents dfc08ff + 203f3ed commit cfe0194

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# **Problem:**
2+
3+
- Describe the specific technical problem that this PR solves.
4+
- Include details such as:
5+
- How you reproduced the problem
6+
- What code is affected
7+
- Any relevant background information
8+
9+
# **Solution:**
10+
11+
- Describe the specific technical solution that this PR provides.
12+
- Include details such as:
13+
- How you debugged the problem
14+
- Why you chose this solution
15+
- Does the solution make any impact beyond the immediate problem
16+
- Any necessary technical debt incurred
17+
- Any important design decisions/links to design documentation (if applicable)
18+
19+
# **Testing:**
20+
21+
- Describe any testing that was performed to validate the solution.
22+
- Include details such as:
23+
- How you tested the solution
24+
- Any relevant test results (Do not include any test results that may contain sensitive information)
25+
- Any automated tests that were added to the codebase

0 commit comments

Comments
 (0)