Skip to content

Commit 00f8d1e

Browse files
chore: create PR template
1 parent 6c88d29 commit 00f8d1e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Changes
2+
3+
<!--
4+
Provide a brief summary of what is included in this Pull Request (PR).
5+
-->
6+
7+
## Issues
8+
9+
<!--
10+
Reference any issues related to this PR.
11+
If this PR fixes any issues,
12+
[use a keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)
13+
when referring to the issue so it will be closed automatically when the PR is merged.
14+
-->
15+
16+
## PR Checklist
17+
18+
(~Strikethrough~ any points that are not applicable.)
19+
20+
- [ ] This comment contains a description of changes with justifications, with any relevant issues linked.
21+
- [ ] Run the capsule in Code Ocean and ensure it completes successfully with no errors.
22+
- [ ] Update `CHANGELOG.md` with a short description of any user-facing changes and reference the PR number. Follow the style described in <https://style.tidyverse.org/news.html>
23+
- [ ] The `test` workflow succeeds on the latest commit.

0 commit comments

Comments
 (0)