Skip to content

Commit 8ae4ef6

Browse files
authored
[Chore] Added code of conduct and updated labels (#2147)
1 parent 4d326ac commit 8ae4ef6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT_FORM.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug Report
22
description: Use this template to report a bug or issue.
3-
title: "[Bug]: "
4-
labels: ["bug", "unverified"]
3+
title: "[Bug] "
4+
labels: ["bug", "needs review"]
55
body:
66
- type: markdown
77
attributes:
@@ -17,7 +17,7 @@ body:
1717
required: true
1818
- label: I have searched open and closed issues.
1919
required: true
20-
- label: I agree to follow this project's [Code of Conduct]().
20+
- label: I agree to follow this project's [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md).
2121
required: true
2222
- type: textarea
2323
id: description
@@ -54,7 +54,7 @@ body:
5454
options:
5555
- Docker Compose
5656
- Docker Run
57-
- Bare Metal
57+
- Other
5858
default: 0
5959
validations:
6060
required: true

.github/ISSUE_TEMPLATE/FEATURE_REQUEST_FORM.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature Request
22
description: Use this template for requesting a new feature or change.
3-
title: "[Feature]: "
4-
labels: ["feature", "needs-review"]
3+
title: "[Feature] "
4+
labels: ["feature", "needs review"]
55
body:
66
- type: markdown
77
attributes:
@@ -26,7 +26,7 @@ body:
2626
- Charts
2727
- Notifications
2828
- Speedtest
29-
- WebGui
29+
- Web UI/UX
3030
default: 0
3131
validations:
3232
required: true

0 commit comments

Comments
 (0)