From ef0adfdbc471232e3480ee1b079d0cda2660e713 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> Date: Mon, 31 Jan 2022 09:57:14 +0100 Subject: [PATCH] Update issue and PR template (#162) --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 2 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..9a9694cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Versions used:** +- Chart Version: +- SonarQube Version: +- Helm Version: +- Kubernetes Version: + +**Custom Values** +Please add a minimal value example to reproduce this error +```yaml + +``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..a6478452 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +Please ensure your pull request adheres to the following guidelines: +- [ ] explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make +- [ ] Document your Changes in the `CHANGELOG.md` file of the respected chart as well as the `Chart.yaml` +- [ ] Bump the Version number of the respected chart \ No newline at end of file