Fix GitHub Label
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report-fa.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report-fa.yaml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 🐛 گزارش مشکل
|
name: 🐛 گزارش مشکل
|
||||||
description: لطفاً ما را از مشکلی که تجربه کردهاید مطلع کنید
|
description: لطفاً ما را از مشکلی که تجربه کردهاید مطلع کنید
|
||||||
title: "[باگ]: "
|
title: "[باگ]: "
|
||||||
labels: ["bug"]
|
labels: ["🐞 bug"]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 🐛 Report a Problem
|
name: 🐛 Report a Problem
|
||||||
description: Let us know about an issue you're experiencing
|
description: Let us know about an issue you're experiencing
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug"]
|
labels: ["🐞 bug"]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
name: 💡 پیشنهاد ویژگی جدید
|
name: 💡 پیشنهاد ویژگی جدید
|
||||||
description: ایده خود را برای بهبود این پروژه با ما به اشتراک بگذارید
|
description: ایده خود را برای بهبود این پروژه با ما به اشتراک بگذارید
|
||||||
title: "[ویژگی]: "
|
title: "[ویژگی]: "
|
||||||
labels: ["enhancement"]
|
labels: ["🤩 enhancement"]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 💡 Suggest a New Feature
|
name: 💡 Suggest a New Feature
|
||||||
description: Share your idea to make this project better
|
description: Share your idea to make this project better
|
||||||
title: "[Feature]: "
|
title: "[Feature]: "
|
||||||
labels: ["enhancement"]
|
labels: ["🤩 enhancement"]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -9,6 +9,6 @@ updates:
|
|||||||
prefix: "chore"
|
prefix: "chore"
|
||||||
include: "scope"
|
include: "scope"
|
||||||
labels:
|
labels:
|
||||||
- "dependencies"
|
- "📦 dependencies"
|
||||||
- "python"
|
- "🐍python"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user