Skip to content

Commit f382f75

Browse files
v3 new release (#101)
1 parent b5b231a commit f382f75

File tree

717 files changed

+5844
-34875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

717 files changed

+5844
-34875
lines changed
+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Bug Report
2+
description: File a bug report specifying all inputs you provided for the action, we will respond to this thread with any questions.
3+
title: 'Bug: '
4+
labels: ['bug', 'triage']
5+
assignees: '@Azure/aks-atlanta'
6+
body:
7+
- type: textarea
8+
id: What-happened
9+
attributes:
10+
label: What happened?
11+
description: Tell us what happened and how is it different from the expected?
12+
placeholder: Tell us what you see!
13+
validations:
14+
required: true
15+
- type: checkboxes
16+
id: Version
17+
attributes:
18+
label: Version
19+
options:
20+
- label: I am using the latest version
21+
required: true
22+
- type: input
23+
id: Runner
24+
attributes:
25+
label: Runner
26+
description: What runner are you using?
27+
placeholder: Mention the runner info (self-hosted, operating system)
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: Logs
32+
attributes:
33+
label: Relevant log output
34+
description: Run in debug mode for the most verbose logs. Please feel free to attach a screenshot of the logs
35+
validations:
36+
required: true

.github/ISSUE_TEMPLATE/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: GitHub Action "setup-helm" Support
4+
url: https://github.com/Azure/setup-helm
5+
security: https://github.com/Azure/setup-helm/blob/main/SECURITY.md
6+
about: Please ask and answer questions here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Feature Request
2+
description: File a Feature Request form, we will respond to this thread with any questions.
3+
title: 'Feature Request: '
4+
labels: ['Feature']
5+
assignees: '@Azure/aks-atlanta'
6+
body:
7+
- type: textarea
8+
id: Feature_request
9+
attributes:
10+
label: Feature request
11+
description: Provide example functionality and links to relevant docs
12+
validations:
13+
required: true

0 commit comments

Comments
 (0)