You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Pointwise mention what changes were made in what function. Examples:
3
-
- Fixes:
3
+
- fix:
4
4
- `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) -->
9
9
10
10
#### Instructions on merging this PR:
11
11
<!-- Chose ONE of the following two options
12
12
and replace [ ] with [X] to check the box.-->
13
13
-[ ] 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