Skip to content

Commit

Permalink
Update issue and PR template (SonarSource#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-trabelsi-sonarsource committed Jan 31, 2022
1 parent 0419fa7 commit ef0adfd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ef0adfd

Please sign in to comment.