|
| 1 | +<!-- |
| 2 | +Thank you for contributing to this repository. Before you submit this PR we'd like to |
| 3 | +make sure you are aware of our technical requirements and best practices: |
| 4 | +
|
| 5 | +* https://github.com/helm/charts/blob/master/CONTRIBUTING.md#technical-requirements |
| 6 | +* https://github.com/helm/helm/tree/master/docs/chart_best_practices |
| 7 | +
|
| 8 | +For a quick overview across what we will look at reviewing your PR, please read |
| 9 | +the review guidelines form the Helm repository: |
| 10 | +
|
| 11 | +* https://github.com/helm/charts/blob/master/REVIEW_GUIDELINES.md |
| 12 | +
|
| 13 | +Following our best practices right from the start will accelerate the review process and |
| 14 | +help get your PR merged quicker. |
| 15 | +
|
| 16 | +When updates to your PR are requested, please add new commits and do not squash the |
| 17 | +history. This will make it easier to identify new changes. The PR will be squashed |
| 18 | +anyways when it is merged. Thanks. |
| 19 | +
|
| 20 | +For fast feedback, please @-mention maintainers that are listed in the Chart.yaml file. |
| 21 | +
|
| 22 | +Please make sure you test your changes before you push them. Once pushed, a CircleCI |
| 23 | +will run across your changes and do some initial checks and linting. These checks run |
| 24 | +very quickly. Please check the results. We would like these checks to pass before we |
| 25 | +even continue reviewing your changes. |
| 26 | +--> |
| 27 | + |
| 28 | +#### What this PR does / why we need it: |
| 29 | + |
| 30 | +#### Which issue this PR fixes |
| 31 | +*(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)* |
| 32 | + - fixes # |
| 33 | + |
| 34 | +#### Special notes for your reviewer: |
| 35 | + |
| 36 | +#### Checklist |
| 37 | +[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] |
| 38 | +- [ ] [DCO](https://github.com/helm/charts/blob/master/CONTRIBUTING.md#sign-your-work) signed |
| 39 | +- [ ] Chart Version bumped |
| 40 | +- [ ] Variables are documented in the README.md |
0 commit comments