Skip to content

Commit 5287f91

Browse files
committed
Merge branch 'private/haoransun/include-testtype' of https://github.com/microsoft/navcontainerhelper into private/haoransun/include-testtype
2 parents 93bfd06 + 12edec9 commit 5287f91

File tree

3 files changed

+84
-39
lines changed

3 files changed

+84
-39
lines changed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
name: Report a bug
2+
description: Report a bug in BCContainerhelper
3+
title: "[Bug]: "
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
10+
Before you create a new issue, please check the following:
11+
✅ Make sure you can reproduce the issue on the [latest version](https://www.powershellgallery.com/packages/BcContainerHelper) of BCContainerhelper.
12+
🔎 Search existing issues to avoid creating duplicates.
13+
📖 Preview formatting to see that your scripts are readable.
14+
⛔ Please do not include any passwords or tokens in your issue.
15+
16+
The more information you provide, and the more clear the repro steps are, the easier it will be for us to help you.
17+
18+
- type: input
19+
id: BCContainerhelper-version
20+
attributes:
21+
label: BCContainerhelper version
22+
description: The version of BCContainerhelper you are using. If you are not sure, run `Get-Module BCContainerHelper` in PowerShell.
23+
placeholder: For example 6.1.0
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
id: describe-the-issue
29+
attributes:
30+
label: Describe the issue
31+
description: A clear and concise description of what the issue is
32+
placeholder: Describe the issue
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: script-repro
38+
attributes:
39+
label: Command or script used to produce the issue
40+
description: BCContainerHelper command or script used to produce the issue
41+
placeholder: Script/Command used to produce the issue
42+
validations:
43+
required: true
44+
45+
- type: textarea
46+
id: script-output
47+
attributes:
48+
label: Full output of the command or script
49+
description: Full output of the command or script used to produce the issue. Please make sure to remove any sensitive information such as passwords or tokens.
50+
placeholder: Full output of the command or script
51+
validations:
52+
required: true
53+
54+
- type: textarea
55+
id: additional-information
56+
attributes:
57+
label: Additional information
58+
description: Any additional information that might be helpful in diagnosing the issue such as screen captures, logs, or other relevant details.
59+
placeholder: Additional information
60+
validations:
61+
required: false
62+
63+
- type: dropdown
64+
id: frequency
65+
attributes:
66+
label: Does this happen every time?
67+
description: Does this issue occur every time you run the command or script?
68+
options:
69+
- "No"
70+
- "Yes"
71+
validations:
72+
required: true
73+
74+
- type: dropdown
75+
id: used-to-work
76+
attributes:
77+
label: Did this used to work?
78+
description: Did this issue used to work in a previous version of BCContainerhelper?
79+
options:
80+
- "No"
81+
- "Yes"
82+
validations:
83+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/do-not-open-a-blank-issue---always-follow-this-template.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)