mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
Change name and delete required attribute in checkbox
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
This commit is contained in:
parent
369126aaee
commit
3ed3115b97
2 changed files with 2 additions and 4 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Report an issue with Kekkai
|
||||
name: 🐞 Bug report
|
||||
description: Report an issue with Kekkai
|
||||
body:
|
||||
- type: textarea
|
||||
|
@ -33,8 +33,6 @@ body:
|
|||
placeholder: v1.0.0
|
||||
|
||||
- type: checkboxes
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Platform with the issue
|
||||
options:
|
||||
|
|
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Feature request
|
||||
name: ⭐️ Feature request
|
||||
description: Suggest a new idea how to improve Kekkai
|
||||
labels: [feature request]
|
||||
body:
|
||||
|
|
Loading…
Add table
Reference in a new issue