mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-12 05:00:05 +00:00
fix: re-fixing the template title
This commit is contained in:
parent
06e6327bc8
commit
a6ec2a36e5
3 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Bug report
|
||||
description: Create a report to help us improve
|
||||
title: " "
|
||||
title: "Bug report"
|
||||
labels: ["bug"]
|
||||
|
||||
body:
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
title: " "
|
||||
title: "Feature request"
|
||||
labels: ["enhancement"]
|
||||
|
||||
body:
|
||||
|
|
2
.github/ISSUE_TEMPLATE/question.yaml
vendored
2
.github/ISSUE_TEMPLATE/question.yaml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Question
|
||||
description: Describe this issue template's purpose here.
|
||||
title: " "
|
||||
title: "Question"
|
||||
labels: ["question"]
|
||||
|
||||
body:
|
||||
|
|
Loading…
Reference in a new issue