Skip to content

Commit

Permalink
Merge pull request #16 from zalando/add-issue-templates
Browse files Browse the repository at this point in the history
Added issue templates
  • Loading branch information
kostz authored Jan 10, 2025
2 parents f738c4e + da3a197 commit eb946f3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
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.

**To Reproduce**
Add context, for example:
1. route or ingress definition
2. http request with headers (truncate your secrets)
3. response with headers

**Expected behavior**

**Observed behavior**
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.

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

**Describe alternatives you've considered (optional)**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context (optional)**
Add any other context or screenshots about the feature request here.

**Would you like to work on it?**
Yes/No/Yes, but no time

0 comments on commit eb946f3

Please sign in to comment.