Skip to content

Commit 3cf15cb

Browse files
authored
add-PR-template
1 parent 0c1ddae commit 3cf15cb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
**Describe your changes**
2+
A clear and concise description of what changes are made by this pull request.
3+
4+
**Type of update**
5+
Is this a:
6+
* Workflow update
7+
* Update to documentation (markdown/code comments)
8+
* Work in progress
9+
10+
**Associated issues**
11+
Reference associated issue numbers. Does this pull request close any issues?
12+
13+
**Additional context**
14+
Add any other context here.
15+
16+
**For the reviewer**
17+
- [ ] Assign yourself a reviewer
18+
- [ ] Test passes (if no test run, enable `.github/workflows/ci-tests.yml`)
19+
- [ ] Changes reviewed
20+
- [ ] Workflow/Documentation updates made to both `index.ipynb` and `index-Colab.ipynb`
21+
- [ ] PR approved
22+
- [ ] Merge PR
23+
- [ ] Delete PR branch
24+
- [ ] Build the binder environment*
25+
- [ ] If PR author is a new contributor, add to plantcv with a comment like [this](https://github.com/danforthcenter/plantcv/pull/1737#issuecomment-3084551747)
26+
27+
\* To build a binder environment after changes are pushed are merged into main, click on the [launch binder] button in the README.md. A repository usually takes a long time to launch after updates because Binder needs to create the environment. This step aims to provide quicker launches to users.

0 commit comments

Comments
 (0)