Skip to content

Commit aefbe2b

Browse files
committed
RDBC-1048 Add pull request template
1 parent 4030139 commit aefbe2b

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
### Issue link
2+
3+
https://issues.hibernatingrhinos.com/issue/RDBC-...
4+
5+
### Additional description
6+
7+
...Include details of the change made in this Pull Request or additional notes for the solution. Anything that can be useful for reviewers of this PR...
8+
9+
### Type of change
10+
11+
- [ ] Bug fix
12+
- [ ] Regression bug fix
13+
- [ ] Optimization
14+
- [ ] New feature
15+
16+
### How risky is the change?
17+
18+
- [ ] Low
19+
- [ ] Moderate
20+
- [ ] High
21+
- [ ] Not relevant
22+
23+
### Backward compatibility
24+
25+
- [ ] Non breaking change
26+
- [ ] Ensured. Please explain how has it been implemented?
27+
- [ ] Breaking change
28+
- [ ] Not relevant
29+
30+
### Is it platform specific issue?
31+
32+
- [ ] Yes. Please list the affected platforms.
33+
- [ ] No
34+
35+
### Documentation update
36+
37+
- [ ] This change requires a documentation update. Please mark the issue on YouTrack using `Python Documentation Required` tag.
38+
- [ ] No documentation update is needed
39+
40+
### Testing by Contributor
41+
42+
- [ ] Tests have been added that prove the fix is effective or that the feature works
43+
- [ ] It has been verified by manual testing
44+
- [ ] Existing tests verify the correct behavior
45+
46+
### Is there any existing behavior change of other features due to this change?
47+
48+
- [ ] Yes. Please list the affected features/subsystems and provide appropriate explanation
49+
- [ ] No

0 commit comments

Comments
 (0)