Skip to content

Commit 7382878

Browse files
committed
RDBC-1049: Add pull request template
1 parent f531998 commit 7382878

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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 `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+
- [ ] Internal classes added to the test class (e.g. entity or index definition classes) have the lowest possible access modifier (preferable `private`)
44+
- [ ] It has been verified by manual testing
45+
- [ ] Existing tests verify the correct behavior
46+
47+
### Testing by RavenDB QA team
48+
49+
- [ ] This change requires a special QA testing due to possible performance or resources usage implications (CPU, memory, IO). Please mark the issue on YouTrack using `QA Required` tag.
50+
- [ ] No special testing by RavenDB QA team is needed
51+
52+
### Is there any existing behavior change of other features due to this change?
53+
54+
- [ ] Yes. Please list the affected features/subsystems and provide appropriate explanation
55+
- [ ] No
56+
57+
### UI work
58+
59+
- [ ] It requires further work in the Studio. Please mark the issue on YouTrack using `Studio Required` tag.
60+
- [ ] No UI work is needed

0 commit comments

Comments
 (0)