Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit d96ad2b

Browse files
authored
(#667) bug and feature templates (#671)
1 parent 28c8ff5 commit d96ad2b

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve the Azure DevOps Resource Kit
4+
title: ''
5+
labels: bug
6+
assignees: adrianhall
7+
8+
---
9+
10+
## Describe the bug
11+
12+
A clear and concise description of what the bug is.
13+
14+
## What version of the DevOps Resource Kit is being used?
15+
16+
* Validate that the bug is reproducible on the latest released version.
17+
18+
## What version of dotnet are you running?
19+
20+
* Run `dotnet --version` to find out!
21+
22+
## What platform (OS and version) are you running on?
23+
24+
* If Windows, indicate if you are running on WSL.
25+
26+
## The command line you are running?
27+
28+
## The configuration file being used?
29+
30+
## How is your API Management Instance set up?
31+
32+
* What SKU is being used (as the source for extractor or destination for creator)?
33+
* Do you have full admin rights to the service?
34+
* Is the service in a VNET? If so, describe how it is configured?
35+
36+
## What logs (if any) were produced?
37+
38+
* Feel free to provide a link to a gist if needed.
39+
40+
## Expected behavior
41+
42+
A clear and concise description of what you expected to happen.
43+
44+
## Screenshots
45+
46+
If applicable, add screenshots to help explain your problem.
47+
48+
## Additional context
49+
50+
Add any other context about the problem here.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature, triage
6+
assignees: adrianhall
7+
8+
---
9+
10+
## Is your feature request related to a problem? Please describe
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] If your problem is related to something not being extracted, please let us know what specific feature is not being extracted (preferably via an ARM template snippet).
13+
14+
## Describe the solution you'd like
15+
16+
A clear and concise description of what you want to happen.
17+
18+
## Describe alternatives you've considered
19+
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
22+
## Additional context
23+
24+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)