Skip to content

Commit 7fd0e52

Browse files
authored
Add the bug report and feature request form (#237)
* Added the bug report and feature request form * updated the url
1 parent 659bbb3 commit 7fd0e52

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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: input
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: input
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+
render: shell
36+
validations:
37+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: GitHub Action "k8s-deploy" Support
4+
url: https://github.com/Azure/k8s-deploy
5+
security: https://github.com/Azure/k8s-deploy/blob/main/SECURITY.md
6+
about: Please ask and answer questions here.
Lines changed: 13 additions & 0 deletions
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: input
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)