Skip to content

Commit

Permalink
Added a new issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Wael Kdouh committed Dec 5, 2023
1 parent c25744c commit c78cdfe
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug report
description: Make sure you take a look at the closed issues before opening a new one. Create a report to help us improve. Please make sure you read the docs before opening an issue
description: Make sure you take a look at the closed issues before opening a new one. Create a report to help us improve. Please make sure you read the docs before opening an issue.
title: "[BUG]"

body:
Expand Down
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/03_question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Question
description: Make sure you take a look at the closed issues before opening a new one. Create a report to help us improve. Please make sure you read the docs before opening an issue.
title: "[Question]"

body:
- type: input
id: library
attributes:
label: Release version
placeholder: e.g. APIOps Toolkit for Azure APIM v1.0.0
validations:
required: true
- type: textarea
id: background
attributes:
label: Question Details
description: Please provide the details of your question here.
placeholder: Question Details
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: |
Provide a description of the expected behavior.
placeholder: Expected behavior
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
description: |
Provide a description of the actual behavior observed. If applicable please include any error messages, exception stacktraces or memory dumps.
placeholder: Actual behavior
validations:
required: true
- type: textarea
id: repro-steps
attributes:
label: Reproduction Steps
description: |
Please include minimal steps to reproduce the problem if possible. E.g.: the smallest possible code snippet; or a small project, with steps to run it. If possible include text as text rather than screenshots (so it shows up in searches).
placeholder: Minimal Reproduction
validations:
required: true

0 comments on commit c78cdfe

Please sign in to comment.