-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add issue templates and update depenabot bot (#1140)
* Update issue and pull request templates Signed-off-by: Yi Chen <github@chenyicn.net> * Update dependabot config Signed-off-by: Yi Chen <github@chenyicn.net> * Add issue label bot Signed-off-by: Yi Chen <github@chenyicn.net> --------- Signed-off-by: Yi Chen <github@chenyicn.net>
- Loading branch information
Showing
7 changed files
with
160 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: Bug Report | ||
description: Tell us about a problem you are experiencing with Arena | ||
labels: ["kind/bug", "lifecycle/needs-triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this Arena bug report! | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What happened? | ||
description: | | ||
Please provide as much info as possible. | ||
Not doing so may result in your bug not being addressed in a timely manner. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment | ||
value: | | ||
Kubernetes version: | ||
```bash | ||
$ kubectl version | ||
``` | ||
Arena version: | ||
```bash | ||
$ arena version | ||
``` | ||
validations: | ||
required: true | ||
- type: input | ||
id: votes | ||
attributes: | ||
label: Impacted by this bug? | ||
value: Give it a 👍 We prioritize the issues with most 👍 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
blank_issues_enabled: true | ||
|
||
contact_links: | ||
- name: Arena Documentation | ||
url: https://arena-docs.readthedocs.io/en/stable | ||
about: Much help can be found in the docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Feature Request | ||
description: Suggest an idea for Arena | ||
labels: ["kind/feature", "lifecycle/needs-triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this Arena feature request! | ||
- type: textarea | ||
id: feature | ||
attributes: | ||
label: What you would like to be added? | ||
description: | | ||
A clear and concise description of what you want to add to Arena. | ||
Please consider to write Arena enhancement proposal if it is a large feature request. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: rationale | ||
attributes: | ||
label: Why is this needed? | ||
validations: | ||
required: true | ||
- type: input | ||
id: votes | ||
attributes: | ||
label: Love this feature? | ||
value: Give it a 👍 We prioritize the features with most 👍 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Question | ||
description: Ask question about Arena | ||
labels: ["kind/question", "lifecycle/needs-triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this question! | ||
- type: textarea | ||
id: feature | ||
attributes: | ||
label: What question do you want to ask? | ||
description: | | ||
A clear and concise description of what you want to ask about Arena. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: rationale | ||
attributes: | ||
label: Any additional context? | ||
validations: | ||
required: false | ||
- type: input | ||
id: votes | ||
attributes: | ||
label: Have the same question? | ||
value: Give it a 👍 We prioritize the question with most 👍 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.