Skip to content

Commit 36ce625

Browse files
committed
RDBC-1068 Trim PR template to essentials
1 parent ba2f244 commit 36ce625

1 file changed

Lines changed: 6 additions & 43 deletions

File tree

.github/pull_request_template.md

Lines changed: 6 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,12 @@
1-
### Issue link
1+
### Issue
22

33
https://issues.hibernatingrhinos.com/issue/RDBC-...
44

5-
### Additional description
5+
### What changed
66

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...
7+
...
88

9-
### Type of change
9+
### Checklist
1010

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
11+
- [ ] Tests added or existing tests cover the change
12+
- [ ] Breaking change (explain above if checked)

0 commit comments

Comments
 (0)