Skip to content

Commit 5da6bbf

Browse files
authored
Merge pull request #36 from AdarshRawat1/Dev_Pull_request_template
[feat] Added PR template
2 parents 38f2b39 + d54ab45 commit 5da6bbf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.idea*
2-
.github*
2+
.github/*
3+
!.github/pull_request_template.md
34
__pycache__/
45
*.nii.gz
56
bvals.txt

0 commit comments

Comments
 (0)