Skip to content

Commit 8f87b86

Browse files
authored
misc: release issue template (#391)
Added an issue template for publishing releases. Part of oxidecomputer/solutions-software-engineering#51.
1 parent b0f8ba0 commit 8f87b86

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Release
2+
description: Request a new release to be published.
3+
title: "Release: Go SDK"
4+
projects: ["oxidecomputer/116"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for requesting a release! Please fill out the information below.
10+
- type: input
11+
id: oxide_release
12+
attributes:
13+
label: Oxide Release
14+
description: >-
15+
Which Oxide release will this need to be compatible with?
16+
placeholder: "RXX"
17+
validations:
18+
required: true
19+
- type: input
20+
id: release_date
21+
attributes:
22+
label: Release Date
23+
description: >-
24+
When does this release need to be published by?
25+
placeholder: "Jan 1, 2026"
26+
validations:
27+
required: false
28+
- type: textarea
29+
id: summary
30+
attributes:
31+
label: Summary
32+
description: >-
33+
Summarize what else is required, if anything. Normally, this will be left as-is.
34+
placeholder: >-
35+
Please publish a new release of this project, following the standard release process.
36+
value: |
37+
Please publish a new release of this project, following the standard release process.
38+
validations:
39+
required: true

0 commit comments

Comments
 (0)