-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.github
38 lines (27 loc) · 1.25 KB
/
.github
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
**The title of this pull-request should be a brief description of what the pull-request fixes/improves/changes. Ideally 50 characters or less.**
* * *
**JIRA Ticket**: (link) (:star:)
* Other Relevant Links (Meeting note, project page, related pull requests, etc.)
# What does this Pull Request do? (:star:)
A brief description of what the intended result of the PR will be and/or what problem it solves.
# What's the changes? (:star:)
A in-depth description of the changes made by this PR. Technical details and possible side effects.
Example:
* Changes x feature to such that y
* Added new feature x
* Removed y to fix z
# How should this be tested?
A description of what steps someone could take to:
* Outline the steps to test or reproduce the PR here.
* Please be as detailed as possible.
# Additional Notes:
Any additional information that you think would be helpful when reviewing this PR.
Example:
* What branch to be used for testing this PR?
* Does this change require documentation to be updated?
* Does this change add any new dependencies?
* Does this change require any other modifications to be made to the repository?
* Could this change impact execution of existing code?
# Interested parties
Tag (@ mention) interested parties
(:star:) Required fields