From cd94dd35dc69a24c01f303a92d0285052c48b390 Mon Sep 17 00:00:00 2001 From: Konstantin Zhukov Date: Fri, 10 Jan 2025 10:36:06 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 15 ++++++++++++--- .github/ISSUE_TEMPLATE/feature_request.md | 11 ++++++++++- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b03addc..363159c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 @@ -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** \ No newline at end of file +**Observed behavior** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 385012e..6193ed5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 @@ -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 \ No newline at end of file +Yes/No/Yes, but no time