-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create pull_request_template.md (#115)
Establishing a pull request template
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Description | ||
|
||
<!-- | ||
Describe your changes here: | ||
- What's the problem solved (briefly, since the issue is where this is elaborated in more detail). | ||
- Introduce your implementation approach in a way that helps reviewing it well. | ||
--> | ||
|
||
## Resolved issues | ||
|
||
<!-- | ||
Note the Jira and GitHub issue(s) resolved by this PR (`Fixes|Resolves ...`). | ||
Make sure that the linked issue titles & descriptions are also up to date. | ||
--> | ||
|
||
## Documentation | ||
|
||
<!-- | ||
Please make sure that... | ||
- Documentation impacted by the changes is up to date (becomes so, remains so). | ||
- Public documentation is in the repository in the docs/ folder. | ||
- If there impacts on Canonical processes the relevant documentation should be update outside the repository, confirm that this has happened. | ||
- Tests are included for the changed functionality in this PR. If to be merged without tests, please elaborate why. | ||
--> | ||
|
||
## Tests | ||
|
||
<!-- | ||
- How was this PR tested? Please provide steps to follow so that the reviewer(s) can test on their end. | ||
- Please provide a list of what tests were run. | ||
--> |