mirror of https://github.com/langgenius/dify.git
Update refactor issue template and remove tracker (#29357)
This commit is contained in:
parent
efa1b452da
commit
56f8bdd724
|
|
@ -1,8 +1,6 @@
|
||||||
name: "✨ Refactor"
|
name: "✨ Refactor or Chore"
|
||||||
description: Refactor existing code for improved readability and maintainability.
|
description: Refactor existing code or perform maintenance chores to improve readability and reliability.
|
||||||
title: "[Chore/Refactor] "
|
title: "[Refactor/Chore] "
|
||||||
labels:
|
|
||||||
- refactor
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -11,7 +9,7 @@ body:
|
||||||
options:
|
options:
|
||||||
- label: I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542).
|
- label: I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542).
|
||||||
required: true
|
required: true
|
||||||
- label: This is only for refactoring, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
|
- label: This is only for refactors or chores; if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
|
||||||
required: true
|
required: true
|
||||||
- label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
|
- label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -25,14 +23,14 @@ body:
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
placeholder: "Describe the refactor you are proposing."
|
placeholder: "Describe the refactor or chore you are proposing."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: motivation
|
id: motivation
|
||||||
attributes:
|
attributes:
|
||||||
label: Motivation
|
label: Motivation
|
||||||
placeholder: "Explain why this refactor is necessary."
|
placeholder: "Explain why this refactor or chore is necessary."
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name: "👾 Tracker"
|
|
||||||
description: For inner usages, please do not use this template.
|
|
||||||
title: "[Tracker] "
|
|
||||||
labels:
|
|
||||||
- tracker
|
|
||||||
body:
|
|
||||||
- type: textarea
|
|
||||||
id: content
|
|
||||||
attributes:
|
|
||||||
label: Blockers
|
|
||||||
placeholder: "- [ ] ..."
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
Loading…
Reference in New Issue