Skip to content

Commit

Permalink
[feat] Added PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshRawat1 committed Feb 22, 2024
1 parent 68a9c77 commit 035e948
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea*
.github*
.github/*
!.github/pull_request_template.md
__pycache__/
*.nii.gz
bvals.txt
Expand Down

0 comments on commit 035e948

Please sign in to comment.