Skip to content

Commit 6d250d7

Browse files
Update PR template to be relevant to our fork
1 parent 2dc00af commit 6d250d7

File tree

1 file changed

+5
-36
lines changed

1 file changed

+5
-36
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,9 @@
1-
## Which issue does this PR close?
1+
<!--- Replace this ticket id with a real ticket when not working on a hotfix -->
2+
[VTX-9685]
23

3-
<!--
4-
We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
5-
-->
4+
Upstream PR #: <!-- please try to make an upstream PR and put the number here, even if it isn't merged yet -->
65

7-
Closes #.
6+
or
87

9-
## Rationale for this change
8+
[ ] This PR is for Coralogix only (please document why in your commit message)
109

11-
<!--
12-
Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
13-
Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.
14-
-->
15-
16-
## What changes are included in this PR?
17-
18-
<!--
19-
There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
20-
-->
21-
22-
## Are these changes tested?
23-
24-
<!--
25-
We typically require tests for all PRs in order to:
26-
1. Prevent the code from being accidentally broken by subsequent changes
27-
2. Serve as another way to document the expected behavior of the code
28-
29-
If tests are not included in your PR, please explain why (for example, are they covered by existing tests)?
30-
-->
31-
32-
## Are there any user-facing changes?
33-
34-
<!--
35-
If there are user-facing changes then we may require documentation to be updated before approving the PR.
36-
-->
37-
38-
<!--
39-
If there are any breaking changes to public APIs, please add the `api change` label.
40-
-->

0 commit comments

Comments
 (0)