Skip to content

Commit

Permalink
Merge pull request #23 from Azure-Samples/add-issue-templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
seesharprun authored Dec 20, 2023
2 parents 3cac558 + e956ef0 commit 1c3fa44
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
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

0 comments on commit 1c3fa44

Please sign in to comment.