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

Adding issue template for ARM common-types changes #1507

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/common-types-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: ARM common-types change request
description: Additions or changes to the ARM common-types
title: "[arm-common-types]: "
labels: ["arm-common-types", "lib:azure-resource-manager"]

body:
- type: input
id: contact-dev
attributes:
label: Service Team Contacts (Dev)

- type: dropdown
id: change-type
attributes:
label: Choose which kind of change this is
options:
- Add common-types Version
- Add common-type
- Correction to Existing Type
- Remove common-type

- type: textarea
id: detail
attributes:
label: Describe the change, Provide the desired TypeSpec or json-schema for the change as appropriate.

- type: input
id: doc-link
attributes:
label: Link to documentation if available

- type: textarea
id: additional-notes
attributes:
label: Additional notes or questions
description: Add any other context or questions here.

- type: checkboxes
id: checklist
attributes:
label: Checklist
description: Before submitting the issue, please make sure you do the following
options:
- label: Follow our [Code of Conduct](https://github.com/azure/typespec-azure/blob/main/CODE_OF_CONDUCT.md)
required: true
- label: Change is approved by Arm API Review
required: true
- label: Please update issue title and choose the change type.
required: true
Loading