diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..28e0267 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +Place link to the addressed issue here. + +## What + +Describe what you have done in a human readable manner. For a detailed description use [CHANGELOG.md](https://github.com/acm-w-nitk/acm-w-nitk.github.io). + +## Why + +Describe your motivation. Link issues, discussions, etc. + +## How + +Describe how you did it and why you did it like that. Don't copy paste your commit message, use more free form and try to look at it from maintainers point of view. + +### Testing + +Don't forget to describe how to test your PR, step by step.