Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
4c639961
Unverified
Commit
4c639961
authored
Dec 11, 2023
by
Chenhe Gu
Committed by
GitHub
Dec 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add self checks to issues and discussions templates (#1742)
parent
dfd3f507
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
4 deletions
+36
-4
bug_report.yml
.github/ISSUE_TEMPLATE/bug_report.yml
+9
-2
document_issue.yml
.github/ISSUE_TEMPLATE/document_issue.yml
+6
-0
feature_request.yml
.github/ISSUE_TEMPLATE/feature_request.yml
+6
-0
help_wanted.yml
.github/ISSUE_TEMPLATE/help_wanted.yml
+7
-0
translation_issue.yml
.github/ISSUE_TEMPLATE/translation_issue.yml
+8
-2
No files found.
.github/ISSUE_TEMPLATE/bug_report.yml
View file @
4c639961
...
@@ -3,9 +3,16 @@ description: Report errors or unexpected behavior [please use English :)]
...
@@ -3,9 +3,16 @@ description: Report errors or unexpected behavior [please use English :)]
labels
:
labels
:
-
bug
-
bug
body
:
body
:
-
type
:
markdown
-
type
:
checkboxes
attributes
:
attributes
:
value
:
Please make sure to [search for existing issues](https://github.com/langgenius/dify/issues) before filing a new one!
label
:
Self Checks
description
:
"
To
make
sure
we
get
to
you
in
time,
please
check
the
following
:)"
options
:
-
label
:
I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
required
:
true
-
label
:
I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required
:
true
-
type
:
input
-
type
:
input
attributes
:
attributes
:
label
:
Dify version
label
:
Dify version
...
...
.github/ISSUE_TEMPLATE/document_issue.yml
View file @
4c639961
...
@@ -3,6 +3,12 @@ description: Report issues in our documentation [please use English :)]
...
@@ -3,6 +3,12 @@ description: Report issues in our documentation [please use English :)]
labels
:
labels
:
-
ducumentation
-
ducumentation
body
:
body
:
-
type
:
checkboxes
attributes
:
label
:
Self Checks
description
:
"
To
make
sure
we
get
to
you
in
time,
please
check
the
following
:)"
-
label
:
I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required
:
true
-
type
:
textarea
-
type
:
textarea
attributes
:
attributes
:
label
:
Provide a description of requested docs changes
label
:
Provide a description of requested docs changes
...
...
.github/ISSUE_TEMPLATE/feature_request.yml
View file @
4c639961
...
@@ -3,6 +3,12 @@ description: Propose something new. [please use English :)]
...
@@ -3,6 +3,12 @@ description: Propose something new. [please use English :)]
labels
:
labels
:
-
enhancement
-
enhancement
body
:
body
:
-
type
:
checkboxes
attributes
:
label
:
Self Checks
description
:
"
To
make
sure
we
get
to
you
in
time,
please
check
the
following
:)"
-
label
:
I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required
:
true
-
type
:
textarea
-
type
:
textarea
attributes
:
attributes
:
label
:
Description of the new feature / enhancement
label
:
Description of the new feature / enhancement
...
...
.github/ISSUE_TEMPLATE/help_wanted.yml
View file @
4c639961
...
@@ -3,6 +3,13 @@ description: "Request help from the community" [please use English :)]
...
@@ -3,6 +3,13 @@ description: "Request help from the community" [please use English :)]
labels
:
labels
:
-
help-wanted
-
help-wanted
body
:
body
:
-
type
:
checkboxes
attributes
:
label
:
Self Checks
description
:
"
To
make
sure
we
get
to
you
in
time,
please
check
the
following
:)"
options
:
-
label
:
I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required
:
true
-
type
:
textarea
-
type
:
textarea
attributes
:
attributes
:
label
:
Provide a description of the help you need
label
:
Provide a description of the help you need
...
...
.github/ISSUE_TEMPLATE/translation_issue.yml
View file @
4c639961
...
@@ -3,9 +3,15 @@ description: Report incorrect translations. [please use English :)]
...
@@ -3,9 +3,15 @@ description: Report incorrect translations. [please use English :)]
labels
:
labels
:
-
translation
-
translation
body
:
body
:
-
type
:
markdown
-
type
:
checkboxes
attributes
:
attributes
:
value
:
Please make sure to [search for existing issues](https://github.com/langgenius/dify/issues) before filing a new one!
label
:
Self Checks
description
:
"
To
make
sure
we
get
to
you
in
time,
please
check
the
following
:)"
options
:
-
label
:
I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
required
:
true
-
label
:
I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required
:
true
-
type
:
input
-
type
:
input
attributes
:
attributes
:
label
:
Dify version
label
:
Dify version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment