Skip to content

Commit

Permalink
Update issue templates (kyma-project#1104)
Browse files Browse the repository at this point in the history
* Update issue templates

* Update issue templates

* Apply suggestions from code review

Co-authored-by: Natalia Sitko <[email protected]>

---------

Co-authored-by: Natalia Sitko <[email protected]>
  • Loading branch information
kolodziejczak and nataliasitko authored Nov 5, 2024
1 parent 6372f44 commit f46a33f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assignees: ''
<!-- Provide a clear and concise description of the problem.
Describe where it appears, when it occurred, and what it affects. -->

<!-- Provide relevant technical details such as the Kubernetes version, the cluster name and provider, the Kyma version, the browser name and version, or the operating system. -->
<!-- Provide relevant technical details such as the Kubernetes version, the cluster name and provider, the module version, the browser name and version, or the operating system. -->

**Expected result**

Expand All @@ -34,3 +34,12 @@ Describe where it appears, when it occurred, and what it affects. -->
**Troubleshooting**

<!-- Describe the steps you have already taken to solve the issue. -->

**DoD [Developer & Reviewer]**
<!-- The developer working on this issue must confirm that they have completed the following tasks. The reviewer must double-check that these tasks are completed. -->
- [ ] Provide unit and integration tests.
- [ ] Provide documentation.
- [ ] Verify if the solution works for both open-source Kyma and SAP BTP, Kyma runtime.
- [ ] If you changed the resource limits, explain why it was needed.
- [ ] Verify that your contributions don't decrease code coverage. If they do, explain why this is the case.
- [ ] Add release notes.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
**Description**

<!-- Provide a detailed description of what is required. Describe the background of the issue. -->

**Reasons**

<!-- Explain why the improvement is required. -->

**Contact**
<!-- Specify the stakeholder who can provide further clarification if needed. -->

**ToDos [Developer]**
<!-- The developer working on this issue uses this section to specify what must be done to resolve the issue. -->
- [ ] ...

**PRs**
<!-- Add links to all related PRs created to resolve the issue. -->
- [ ] [...]()

**ACs [PO]**
<!-- The product owner of the team responsible uses this section to specify acceptance criteria that must be met to consider the issue resolved. -->
- [ ] ...

**DoD [Developer & Reviewer]**
<!-- The developer working on this issue must confirm that they have completed the following tasks. The reviewer must double-check that these tasks are completed. -->
- [ ] Provide unit and integration tests.
- [ ] Provide documentation.
- [ ] Verify if the solution works for both open-source Kyma and SAP BTP, Kyma runtime.
- [ ] If you changed the resource limits, explain why it was needed.
- [ ] If the default configuration of Istio Operator has been changed, you performed a manual upgrade test to verify that the change can be rolled out correctly.
- [ ] Verify that your contributions don't decrease code coverage. If they do, explain why this is the case.
- [ ] Add release notes.

**Attachments**
<!-- Attach any related links, code samples, or screenshots. -->
- [...]()

**Follow-Up Issues**
<!-- If there are any follow-up issues, add the links. -->
- [...]()

0 comments on commit f46a33f

Please sign in to comment.