Skip to content

Commit 102cf13

Browse files
committed
Simplify template and move checklist
1 parent 45f6535 commit 102cf13

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
Resolves # .
22

3-
<!--lint disable first-heading-level-->
4-
5-
## Checklist
6-
7-
> Please ensure the following tasks are completed before submitting this pull request.
8-
9-
- [ ] Read, understood, and followed the [contributing guidelines][contributing], including the relevant style guides.
10-
- [ ] Read and understand the [Code of Conduct][code-of-conduct].
11-
- [ ] Read and understood the [licensing terms][license].
12-
- [ ] Searched for existing issues and pull requests **before** submitting this pull request.
13-
- [ ] Filed an issue (or an issue already existed) **prior to** submitting this pull request.
14-
- [ ] Rebased onto latest `develop`.
15-
- [ ] Submitted against `develop` branch.
16-
173
## Description
184

195
> What is the purpose of this pull request?
@@ -45,16 +31,14 @@ No.
4531
4632
No.
4733

48-
* * *
49-
50-
@stdlib-js/reviewers
34+
## Checklist
5135

52-
<!-- <links> -->
36+
> Please ensure the following tasks are completed before submitting this pull request.
5337
54-
[contributing]: https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md
38+
- [ ] Read, understood, and followed the [contributing guidelines][contributing].
5539

56-
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md
40+
* * *
5741

58-
[license]: https://github.com/stdlib-js/stdlib/blob/develop/LICENSE
42+
@stdlib-js/reviewers
5943

60-
<!-- </links> -->
44+
[contributing]: https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md

0 commit comments

Comments
 (0)