From 035e94812feb3687f72dca0b1cf541ab11939e04 Mon Sep 17 00:00:00 2001 From: Adarsh Date: Thu, 22 Feb 2024 21:44:19 +0530 Subject: [PATCH] [feat] Added PR template --- .github/pull_request_template.md | 13 +++++++++++++ .gitignore | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md 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