We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38f2b39 + d54ab45 commit 5da6bbfCopy full SHA for 5da6bbf
.github/pull_request_template.md
@@ -0,0 +1,13 @@
1
+### Describe the changes you have made in this PR
2
+
3
+_A clear and concise description of what you want to happen_
4
5
+### Link this PR to an issue [optional]
6
7
+Fixes _#ISSUE-NUMBER_
8
9
+### Checklist
10
11
+- [ ] Self-review of changed code
12
+- [ ] Added automated tests where applicable
13
+- [ ] Update Docs & Guides
.gitignore
@@ -1,5 +1,6 @@
.idea*
-.github*
+.github/*
+!.github/pull_request_template.md
__pycache__/
*.nii.gz
bvals.txt
0 commit comments