Skip to content

Commit d9336d9

Browse files
authored
feat: add code of conduct (#1541)
1 parent 3365c4d commit d9336d9

File tree

6 files changed

+48
-5
lines changed

6 files changed

+48
-5
lines changed

Diff for: .github/CODE_OF_CONDUCT.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Dify Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our
6+
community a harassment-free experience for everyone, regardless of age, body
7+
size, visible or invisible disability, ethnicity, sex characteristics, gender
8+
identity and expression, level of experience, education, socio-economic status,
9+
nationality, personal appearance, race, caste, color, religion, or sexual identity
10+
and orientation.
11+
12+
We pledge to act and interact in ways that contribute to an open, welcoming,
13+
diverse, inclusive, and healthy community.
14+
15+
## Our Standards
16+
17+
Examples of behavior that contributes to a positive environment for our
18+
community include:
19+
20+
* Demonstrating empathy and kindness toward other people
21+
* Being respectful of differing opinions, viewpoints, and experiences
22+
* Giving and gracefully accepting constructive feedback
23+
* Accepting responsibility and apologizing to those affected by our mistakes,
24+
and learning from the experience
25+
* Focusing on what is best not just for us as individuals, but for the
26+
overall community
27+
28+
Examples of unacceptable behavior include:
29+
30+
* The use of sexualized language or imagery, and sexual attention or
31+
advances of any kind
32+
* Trolling, insulting or derogatory comments, and personal or political attacks
33+
* Public or private harassment
34+
* Publishing others' private information, such as a physical or email
35+
address, without their explicit permission
36+
* Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
38+
39+
## Language Policy
40+
41+
To facilitate clear and effective communication, all discussions, comments, documentation, and pull requests in this project should be conducted in English. This ensures that all contributors can participate and collaborate effectively.
42+
43+

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "🕷️ Bug report"
2-
description: Report errors or unexpected behavior
2+
description: Report errors or unexpected behavior [please use English :)]
33
labels:
44
- bug
55
body:

Diff for: .github/ISSUE_TEMPLATE/document_issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "📚 Documentation Issue"
2-
description: Report issues in our documentation
2+
description: Report issues in our documentation [please use English :)]
33
labels:
44
- ducumentation
55
body:

Diff for: .github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "⭐ Feature or enhancement request"
2-
description: Propose something new.
2+
description: Propose something new. [please use English :)]
33
labels:
44
- enhancement
55
body:

Diff for: .github/ISSUE_TEMPLATE/help_wanted.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "🤝 Help Wanted"
2-
description: "Request help from the community"
2+
description: "Request help from the community" [please use English :)]
33
labels:
44
- help-wanted
55
body:

Diff for: .github/ISSUE_TEMPLATE/translation_issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "🌐 Localization/Translation issue"
2-
description: Report incorrect translations.
2+
description: Report incorrect translations. [please use English :)]
33
labels:
44
- translation
55
body:

0 commit comments

Comments
 (0)