Skip to content

Commit 4ec7b5c

Browse files
author
Amanda Butler
authored
Merge pull request #984 from cmonr/rm-pr-template
Removed PR template from docs
2 parents 476a88c + 1856686 commit 4ec7b5c

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -141,33 +141,6 @@ A contribution containing a breaking change is the most difficult PR to get merg
141141

142142
Release: major
143143

144-
### Pull request template
145-
146-
Below is a good example of a pull request:
147-
148-
```
149-
Fix deep sleep locking bug
150-
151-
# Description
152-
153-
Fix problems that could leave deep sleep locked unintentionally, along with adding tests to verify this behavior is fixed.
154-
155-
Tested locally with two targets and all toolchains.
156-
157-
You can see test results [here](just an example).
158-
159-
# Pull request type
160-
161-
[X] Fix
162-
[ ] Refactor
163-
[ ] Target update
164-
[ ] Functionality change
165-
[ ] Docs update
166-
[ ] Test update
167-
[ ] Breaking change
168-
169-
```
170-
171144
### GitHub pull requests workflow
172145

173146
Each pull request goes through the following workflow:

0 commit comments

Comments
 (0)