File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Add an issue to the next release
2
+ description : |
3
+ Add an issue as part of next release.
4
+ This will be added to the current release project.
5
+ You must be a contributor to use this template.
6
+ labels : ["release"]
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ **Guidelines for a good issue**
12
+
13
+ *Is your release item related to a problem?*
14
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15
+
16
+ *Describe the solution you'd like*
17
+ A clear and concise description of what you want to happen.
18
+
19
+ *Describe alternatives you've considered*
20
+ A clear and concise description of any alternative solutions or features you've considered.
21
+
22
+ *Additional context*
23
+ Add any other context about the release item request here.
24
+ - type : textarea
25
+ id : item
26
+ attributes :
27
+ label : " Describe the release item"
28
+ validations :
29
+ required : true
Original file line number Diff line number Diff line change
1
+ name : Enforce linking issues
2
+
3
+ on :
4
+ pull_request_target :
5
+ types : [opened, edited, labeled]
6
+
7
+ jobs :
8
+ main :
9
+ uses : eclipse-zenoh/zenoh/.github/workflows/enforce-linking-issues.yml@main
10
+ secrets : inherit
Original file line number Diff line number Diff line change
1
+ name : Update release project
2
+
3
+ on :
4
+ issues :
5
+ types : [opened, edited, labeled]
6
+ pull_request_target :
7
+ types : [closed]
8
+ branches :
9
+ - main
10
+
11
+ jobs :
12
+ main :
13
+ uses : eclipse-zenoh/zenoh/.github/workflows/update-release-project.yml@main
14
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments