-
Notifications
You must be signed in to change notification settings - Fork 8
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 #23 from Azure-Samples/add-issue-templates
Add issue templates
- Loading branch information
Showing
3 changed files
with
80 additions
and
0 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,56 @@ | ||
name: 🐞 Bug report | ||
description: File a bug report for this sample application. | ||
title: "[BUG] " | ||
labels: ["bug"] | ||
assignees: | ||
- seesharprun | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out this bug report form so we can resolve your request. | ||
> [!TIP] | ||
> Providing additional context and repo steps helps us resolve your issue quickly. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Provide a clear and concise description of the bug. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro-steps | ||
attributes: | ||
label: Repro steps | ||
description: Provide steps to reproduce the bug in numbered format. | ||
value: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: Provide an explanation of the behavior you expected. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain your problem. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment | ||
description: Tell us about your environment, if possible. | ||
render: shell | ||
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Microsoft Q&A | ||
url: https://learn.microsoft.com/answers/tags/187/azure-cosmos-db | ||
about: Please ask and answer questions about Azure Cosmos DB. |
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,19 @@ | ||
name: 🎫 Feature request | ||
description: Suggest a new feature for this sample application. | ||
title: "[FEATURE] " | ||
labels: ["new-feature"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Use this form to request new features. | ||
> [!IMPORTANT] | ||
> These requests will be reviewed and prioritized. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Provide some context here on the functionality you would like to see in this sample application. | ||
validations: | ||
required: true |