-
Notifications
You must be signed in to change notification settings - Fork 0
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 #10 from volvo-cars/standardize-pr-template
Standardize PR template across repos.
- Loading branch information
Showing
1 changed file
with
6 additions
and
48 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,51 +1,9 @@ | ||
<!-- | ||
## Why do I want to contribute this? | ||
|
||
Thanks for submitting a PR! | ||
The title says it all - no more details are necessary. | ||
|
||
Before pressing 'Create pull request' please read the checklist below. | ||
--- | ||
|
||
* All code changes should be accompanied by tests. If you are not | ||
modifying any tests, provide a short explanation of why. | ||
* All changes to public APIs **must** be accompanied by | ||
docs. | ||
* Commit messages should explain _why_ you made the changes, not just what | ||
you changed. Use an active, imperative voice and keep the subject line short. | ||
* We strongly encourage you to sign all commits, if possible. | ||
For more information on contributing, check the [guidelines](../CONTRIBUTING.md). | ||
--> | ||
|
||
### What changes are made in this PR? | ||
|
||
<!-- | ||
Include a short description of what changes were made. | ||
--> | ||
|
||
### Why are these changes needed? | ||
|
||
<!-- | ||
Include a short description of why the changes were made. | ||
--> | ||
|
||
|
||
### Notes for reviewers: | ||
|
||
<!-- | ||
Information that you think is pertinent for reviewers. | ||
--> | ||
|
||
### Additional information: | ||
|
||
<!-- | ||
Anything else you want to be known or think merits discussion in the context of this PR. | ||
--> | ||
|
||
### Related issues: | ||
|
||
<!-- | ||
Links to issues that will be closed by this PR, if any. | ||
--> | ||
- [ ] This PR is linked to an issue **or** explains its purpose | ||
- [ ] This PR does not impact security | ||
- [ ] This PR does not impact functional safety (leave unchecked if unsure) |