From 2eca613c1c8ab1b4bacde9c8527e150e31bd5c69 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 2 Feb 2024 10:45:13 -0800 Subject: [PATCH] add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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..f1cb010 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +### Proposed changes + +Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to +that issue here in this description (not in the title of the PR). + +### Checklist + +Before creating a PR, run through this checklist and mark each as complete. + +- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/nginx-prometheus-exporter/blob/main/CONTRIBUTING.md) + guide +- [ ] I have proven my fix is effective or that my feature works +- [ ] I have checked that all unit tests pass after adding my changes +- [ ] I have ensured the README is up to date +- [ ] I have rebased my branch onto main +- [ ] I will ensure my PR is targeting the main branch and pulling from my branch on my own fork