File: pull_request_template.md

package info (click to toggle)
mrtrix3 3.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,300 kB
  • sloc: cpp: 130,470; python: 9,603; sh: 597; makefile: 62; xml: 47
file content (20 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Please enter a concise description of the changes proposed in the pull request,
along with any relevant links to external discussions.

-  If your pull request involves fixing a bug, then the relevant code
   should be in a branch that is a derivative of `master`, and you should
   select `master` as the target branch in the pull request; for all other
   pull requests, the relevant code should be in a branch that is a
   derivative of `dev`, and you should select `dev` as the target branch
   of the pull request (assuming no other more appropriate branch exists).

-  If your proposed changes address an [existing Issue](https://github.com/MRtrix3/mrtrix3/issues)
   listed on GitHub, please add a reference to that Issue (a "`#`"
   character followed by the issue number).

-  If your proposed changes are not yet ready to be merged, but you are
   creating a pull request in order to initiate communications on such,
   please flag it as a [draft pull request](https://github.blog/2019-02-14-introducing-draft-pull-requests/).

-  You may optionally add `@mentions` of a person or team appropriate
   for reviewing proposed changes.