Skip to content

Commit 8bfb82b

Browse files
committed
doc: updated PR template, refer to Wiki on how to make new release
1 parent e4c1a23 commit 8bfb82b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/pull_request_template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
### Main improvements in this PR:
22
<!-- Pointwise mention what changes were made in what function. Examples:
3-
- Fixes:
3+
- fix:
44
- `functionName` failed to do action X
5-
- Documentation:
6-
- Updated all documentation
7-
- Features:
8-
- Introduced option to do function Y (issue #12345) -->
5+
- documentation:
6+
- updated all documentation
7+
- features:
8+
- introduced option to do function Y (solves #12345) -->
99

1010
#### Instructions on merging this PR:
1111
<!-- Chose ONE of the following two options
1212
and replace [ ] with [X] to check the box.-->
1313
- [ ] This PR has `develop` as target branch, and will be resolved with a *squash-merge*.
14-
- [ ] This PR has `main` as target branch, and will be resolved with a *merge commit*.
14+
- [ ] This PR has `main` as target branch, and will be resolved as descriped [here](https://github.com/SysBioChalmers/RAVEN/wiki/Development-policy#make-a-new-release).

0 commit comments

Comments
 (0)