Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue templates #7

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
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