-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update pull request template (#5187)
- Loading branch information
1 parent
6ce1807
commit d3073aa
Showing
1 changed file
with
17 additions
and
29 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 |
---|---|---|
@@ -1,43 +1,31 @@ | ||
## Done | ||
- | ||
|
||
<!-- | ||
- Itemised list of what was changed by this PR. | ||
--> | ||
|
||
## QA | ||
## QA steps | ||
|
||
### MAAS deployment | ||
- [ ] | ||
|
||
To run this branch you will need access to one of the following MAAS deployments: | ||
|
||
- [Karura](/HACKING.md#karura) | ||
- [Bolla](/HACKING.md#bolla) | ||
- [A development MAAS](/HACKING.md#development-deployment) | ||
- [A local snap MAAS](/HACKING.md#snap-deployment) (this will not usually have machines) | ||
|
||
### Running the branch | ||
|
||
You can run this branch by: | ||
|
||
- Serving with [dotrun](/HACKING.md#maas-ui-development-setup) | ||
- [Building in a development MAAS](/HACKING.md#running-maas-ui-from-a-development-maas) | ||
|
||
### QA steps | ||
|
||
- Steps for QA. | ||
<!-- Steps for QA. --> | ||
|
||
## Fixes | ||
|
||
Fixes: # . | ||
|
||
## Launchpad issue | ||
|
||
Related Launchpad maas issue in the form `lp#number`. | ||
Fixes: | ||
|
||
## Backports | ||
<!-- If there's an existing JIRA/launchpad issue/bug for your change, please link to it above. --> | ||
|
||
In general, please propose fixes against _main_ rather than release branches (e.g. 2.7), unless the fix is only applicable for that specific release. Please apply backport labels to the PR (e.g. "Backport 2.7") for the appropriate releases to target. | ||
## Screenshots | ||
|
||
Only bug and security fixes should be backported, new features should only land in main. | ||
<!-- | ||
Attach any screenshots or videos that help illustrate or demonstrate the changes made in this PR. | ||
--> | ||
|
||
## Screenshots | ||
## Notes | ||
|
||
It could be helpful to provide some screenshots to aid in QAing the change. | ||
<!-- | ||
(Optional) | ||
Leave any additional notes for the reviewer here. | ||
--> |