Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiakepka authored Aug 24, 2022
1 parent 296e670 commit e0711a1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 35 deletions.
48 changes: 23 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
about: Report a bug in the project
title: ''
labels: ''
labels: kind/bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
<!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Description**

**Expected behavior**
A clear and concise description of what you expected to happen.
<!-- Provide a clear and concise description of the problem.
Describe where it appears, when it occurred, and what it affects. -->

**Screenshots**
If applicable, add screenshots to help explain your problem.
<!-- 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. -->

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Expected result**

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
<!-- Describe what you expect to happen. -->

**Additional context**
Add any other context about the problem here.
**Actual result**

<!-- Describe what happens instead. -->

**Steps to reproduce**

<!-- List the steps to follow to reproduce the bug. Attach any files, links, code samples, or screenshots that could help in investigating the problem. -->

**Troubleshooting**

<!-- Describe the steps you have already taken to solve the issue. -->
25 changes: 15 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
---
name: Feature request
about: Suggest an idea for this project
about: Suggest an improvement to the project
title: ''
labels: ''
labels: kind/feature
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
<!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Description**

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
<!-- Provide a clear and concise description of the feature. -->

**Additional context**
Add any other context or screenshots about the feature request here.
**Reasons**

<!-- Explain why we should add this feature. Provide use cases to illustrate its benefits. -->

**Attachments**

<!-- Attach any files, links, code samples, or screenshots that will convince us to your idea. -->

0 comments on commit e0711a1

Please sign in to comment.