diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..2e17909 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +### Describe the changes you have made in this PR + +_A clear and concise description of what you want to happen_ + +### Link this PR to an issue [optional] + +Fixes _#ISSUE-NUMBER_ + +### Checklist + +- [ ] Self-review of changed code +- [ ] Added automated tests where applicable +- [ ] Update Docs & Guides \ No newline at end of file diff --git a/.gitignore b/.gitignore index bb81d77..9c235c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea* -.github* +.github/* +!.github/pull_request_template.md __pycache__/ *.nii.gz bvals.txt