MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

Always use the pull request template #454

Closed ddabble closed 2 years ago

ddabble commented 2 years ago

When pull_request_template.md was placed within the PULL_REQUEST_TEMPLATE subdirectory, it was only possible to use the template through URL query parameters (see the last bullet point under step 3 in the docs), which is not very usable to us. Instead moving it to just below the .github directory, will make it so that the template is always used when opening a pull request.