From 1d7670cb15cee10536e08db48609ed7aeb6b8d54 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Mon, 22 Jul 2024 12:03:31 +0200 Subject: [PATCH] Update pull_request_template.md - remove top header + add link to contributing docs Signed-off-by: Jesse Hitch --- .github/pull_request_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7c2e3576..fa20f093 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ -# Pull Request - ## Description of the change @@ -23,6 +21,7 @@ ## Checklist +- [ ] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/helm/blob/main/CONTRIBUTING.md#pull-requests) doc. - [ ] DCO has been [signed off on the commit](https://docs.github.com/en/github/authenticating-to-github/signing-commits). - [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). -- [ ] (optional) Variables are documented in the README.md +- [ ] (optional) Parameters are documented in the README.md