-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #184 from microsoft/staging
Staging - 6/15/23
- Loading branch information
Showing
16 changed files
with
1,179 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: "Report a bug 🐛" | ||
description: Report errors or unexpected behavior | ||
labels: [Issue-Bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please make sure to [search for existing issues](https://github.com/microsoft/devhomegithubextension/issues) before filing a new one! | ||
- id: version | ||
type: input | ||
attributes: | ||
label: Dev Home version | ||
placeholder: "0.1.3651.0" | ||
description: | ||
validations: | ||
required: false | ||
|
||
- id: windowsversion | ||
type: input | ||
attributes: | ||
label: Windows build number | ||
placeholder: "10.0.23400.0" | ||
description: | | ||
Please run `ver` or `[Environment]::OSVersion`. | ||
validations: | ||
required: false | ||
|
||
- id: othersoftware | ||
type: textarea | ||
attributes: | ||
label: Other software | ||
description: If you're reporting a bug about our interaction with other software, what software? What versions? | ||
placeholder: | ||
validations: | ||
required: false | ||
|
||
- id: repro | ||
type: textarea | ||
attributes: | ||
label: Steps to reproduce the bug | ||
placeholder: Enter detailed steps to tell us what you were doing when you encountered the bug. | ||
validations: | ||
required: true | ||
|
||
- id: expectedbehavior | ||
type: textarea | ||
attributes: | ||
label: Expected result | ||
description: If you want to include screenshots, paste them into the markdown editor below. | ||
placeholder: Tell us what you were expecting to happen. | ||
validations: | ||
required: false | ||
|
||
- id: actualbehavior | ||
type: textarea | ||
attributes: | ||
label: Actual result | ||
placeholder: Tell us what happened. | ||
validations: | ||
required: true | ||
|
||
- id: includedsysinfo | ||
type: textarea | ||
attributes: | ||
label: Included System Information | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: "Documentation issue 📄" | ||
description: Report issues on our documentation | ||
labels: | ||
- Issue-Docs | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Provide a description of requested docs changes | ||
placeholder: Briefly describe which document needs to be corrected and why. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: "Suggest a new feature or improvement 🚀" | ||
description: Suggest a new feature or improvement (this does not mean you have to implement | ||
it) | ||
labels: | ||
- Issue-Feature | ||
body: | ||
- id: description | ||
type: textarea | ||
attributes: | ||
label: Suggested new feature or improvement | ||
placeholder: Tell us about the new feature or improvement you'd like to see. | ||
validations: | ||
required: true | ||
|
||
- id: scenario | ||
type: textarea | ||
attributes: | ||
label: Scenario | ||
placeholder: How could this new feature be used? Feel free to provide examples. | ||
validations: | ||
required: true | ||
|
||
- id: supportinginfo | ||
type: textarea | ||
attributes: | ||
label: Additional details | ||
placeholder: Enter more info or links to give us more details. | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: Please limit one request per issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
name: "Report a translation problem 🌐" | ||
description: Report incorrect translations | ||
labels: | ||
- Issue-Translation | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Please make sure to [search for existing issues](https://github.com/microsoft/devhomegithubextension/issues) before filing a new one! | ||
|
||
- id: devhomeversion | ||
type: input | ||
attributes: | ||
label: Dev Home version | ||
placeholder: "0.1.3651.0" | ||
description: | ||
validations: | ||
required: false | ||
|
||
- id: githubextensionversion | ||
type: input | ||
attributes: | ||
label: GitHub Extension (for Dev Home) version | ||
placeholder: "0.1.3651.0" | ||
description: | ||
validations: | ||
required: false | ||
|
||
- id: languageaffected | ||
type: input | ||
attributes: | ||
label: 🌐 Language | ||
placeholder: "Example: German" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: ❌ Actual phrase(s) | ||
placeholder: What is there? Please include a screenshot - it's very helpful to us! | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: ✔️ Expected phrase(s) | ||
placeholder: What phrase was expected? | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Why is the current translation wrong | ||
placeholder: Why do you feel this translation is incorrect? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
blank_issues_enabled: true | ||
|
||
contact_links: | ||
- name: Microsoft Security Response Center 🔐 | ||
url: https://msrc.microsoft.com/create-report | ||
about: Please report security vulnerabilities here. | ||
|
Oops, something went wrong.