From fee18e7464ea58e5507ca42c45cbd0b647e1f1a2 Mon Sep 17 00:00:00 2001 From: Manuel Recena Date: Tue, 26 Apr 2022 11:47:16 +0200 Subject: [PATCH] Applied correct markdown (#9899) * Applied correct markdown * More detailed description --- .github/PULL_REQUEST_TEMPLATE.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 507e8706d8..33260aa553 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,31 +10,32 @@ Also don't be worried if the request is closed or not integrated sometimes the priorities of Bitnami might not match the priorities of the pull request. Don't fret, the open source community thrives on forks and GitHub makes it easy to keep your changes in a forked repo. --> -**Description of the change** +### Description of the change -**Benefits** +### Benefits -**Possible drawbacks** +### Possible drawbacks -**Applicable issues** +### Applicable issues - fixes # -**Additional information** +### Additional information - + + +### Checklist -**Checklist** + - [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). -- [ ] Variables are documented in the values.yaml and added to the README.md using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) -- [ ] Title of the PR starts with chart name (e.g. [bitnami/]) -- [ ] All commits signed off and in agreement of [Developer Certificate of Origin (DCO)](https://github.com/bitnami/charts/blob/master/CONTRIBUTING.md#sign-your-work) \ No newline at end of file +- [ ] Variables are documented in the values.yaml and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) +- [ ] Title of the pull request follows this pattern [bitnami/] Descriptive title +- [ ] All commits signed off and in agreement of [Developer Certificate of Origin (DCO)](https://github.com/bitnami/charts/blob/master/CONTRIBUTING.md#sign-your-work)