Skip to content

Commit b417558

Browse files
smw-mspraveenkuttappanmaririos
authored
Create Issue Template for Release Plan Creation (Azure#11193)
* Create Issue Template for Release Plan Creation * Update .github/ISSUE_TEMPLATE/release_plan.yml Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/release_plan.yml Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/release_plan.yml Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> * Update .github/ISSUE_TEMPLATE/release_plan.yml Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> * Update .github/ISSUE_TEMPLATE/release_plan.yml Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> * Update .github/ISSUE_TEMPLATE/release_plan.yml Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> --------- Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com> Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
1 parent 8c4de8a commit b417558

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
name: Release Plan
2+
description: Create a release plan for a new SDK or an SDK update
3+
title: "[Release Plan]: <Product name>"
4+
labels: [release-plan]
5+
6+
body:
7+
- type: input
8+
id: typeSpecProjectPath
9+
attributes:
10+
label: TypeSpec Project Path
11+
description: Path to the TypeSpec project in the repository
12+
placeholder: e.g., specification/service-name/TypeSpecProject-RootPath
13+
validations:
14+
required: true
15+
16+
- type: input
17+
id: targetReleaseMonthYear
18+
attributes:
19+
label: Target Release Month and Year
20+
description: The target month and year for the SDK release
21+
placeholder: e.g., July 2025
22+
validations:
23+
required: true
24+
25+
- type: input
26+
id: serviceTreeId
27+
attributes:
28+
label: Service Tree ID
29+
description: The service tree ID associated with the release
30+
placeholder: e.g., 12345678-abcd-1234-abcd-1234567890ab
31+
validations:
32+
required: true
33+
34+
- type: input
35+
id: productTreeId
36+
attributes:
37+
label: Product Tree ID
38+
description: The product tree ID associated with the release
39+
placeholder: e.g., 87654321-dcba-4321-dcba-0987654321ba
40+
validations:
41+
required: true
42+
43+
- type: input
44+
id: specApiVersion
45+
attributes:
46+
label: Spec API Version
47+
description: The API version defined in the specification
48+
placeholder: e.g., 2024-07-01-preview
49+
validations:
50+
required: true
51+
52+
- type: input
53+
id: specPullRequestUrl
54+
attributes:
55+
label: Spec Pull Request URL
56+
description: URL to the pull request for the API specification
57+
placeholder: e.g., https://github.com/Azure/azure-rest-api-specs/pull/12345
58+
validations:
59+
required: true
60+
61+
- type: dropdown
62+
id: sdkReleaseType
63+
attributes:
64+
label: SDK Release Type
65+
description: Select the type of SDK release
66+
options:
67+
- beta
68+
- stable
69+
validations:
70+
required: true
71+
72+
- type: input
73+
id: userEmail
74+
attributes:
75+
label: User Email
76+
description: Microsoft email address of the person creating the release plan
77+
placeholder: e.g., user@microsoft.com
78+
validations:
79+
required: false

0 commit comments

Comments
 (0)