Skip to content

Commit de821e2

Browse files
authored
adds PR template (#330)
1 parent 0a8abc7 commit de821e2

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+
## Description
2+
Please include a summary of the change, motivation and context.
3+
4+
<!--
5+
- **on a feature**: describe the feature and how this change fits in it, e.g. this PR makes kafka message.max.bytes configurable to better support batching
6+
- **on a refactor**: describe why this is better than previous situation e.g. this PR changes logic for retry on healthchecks to avoid false positives
7+
- **on a bugfix**: link relevant information about the bug (github issue or slack thread) and how this change solves it e.g. this change fixes #99999 by adding a lock on read/write to avoid data races.
8+
-->
9+
10+
11+
### Testing
12+
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
13+
14+
### Checklist:
15+
- [ ] My changes generate no new warnings
16+
- [ ] I have added tests that prove my fix is effective or that my feature works
17+
- [ ] Any dependent changes have been merged and published in downstream modules
18+
19+
### Documentation
20+
Make sure that you have documented corresponding changes in this repository or [hypertrace docs repo](https://github.com/hypertrace/hypertrace-docs-website) if required.
21+
22+
<!--
23+
Include __important__ links regarding the implementation of this PR.
24+
This usually includes and RFC or an aggregation of issues and/or individual conversations that helped put this solution together. This helps ensure there is a good aggregation of resources regarding the implementation.
25+
-->

0 commit comments

Comments
 (0)