Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kostz authored Jan 10, 2025
1 parent eb946f3 commit cd94dd3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

---
name: Bug report
about: Create a report to help us improve
Expand All @@ -12,10 +21,10 @@ A clear and concise description of what the bug is.

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

**Expected behavior**

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

---

---
name: Feature request
about: Suggest an idea for this project
Expand All @@ -20,4 +29,4 @@ A clear and concise description of any alternative solutions or features you've
Add any other context or screenshots about the feature request here.

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

0 comments on commit cd94dd3

Please sign in to comment.