-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3603 from nichwall/pr_template
PR Template
- Loading branch information
Showing
1 changed file
with
33 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,33 @@ | ||
<!-- | ||
For Work In Progress Pull Requests, please use the Draft PR feature, | ||
see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. | ||
If you do not follow this template, the PR may be closed without review. | ||
Please ensure all checks pass. | ||
If you are a new contributor, the workflows will need to be manually approved before they run. | ||
--> | ||
|
||
## Brief summary | ||
|
||
<!-- Please provide a brief summary of what your PR attempts to achieve. --> | ||
|
||
## Which issue is fixed? | ||
|
||
<!-- Which issue number does this PR fix? Ex: "Fixes #1234" --> | ||
|
||
## In-depth Description | ||
|
||
<!-- | ||
Describe your solution in more depth. | ||
How does it work? Why is this the best solution? | ||
Does it solve a problem that affects multiple users or is this an edge case for your setup? | ||
--> | ||
|
||
## How have you tested this? | ||
|
||
<!-- Please describe in detail with reproducible steps how you tested your changes. --> | ||
|
||
## Screenshots | ||
|
||
<!-- If your PR includes any changes to the web client, please include screenshots or a short video from before and after your changes. --> |