Compare commits

...

10 Commits

Author SHA1 Message Date
chenhe
0c29838be0 move contact into support section 2024-01-16 16:26:29 +08:00
chenhe
7836be07b4 Merge remote-tracking branch 'origin/main' into docs/update-contributing 2024-01-16 16:23:13 +08:00
chenhe
07ca416ad9 fix indentation 2024-01-16 15:21:18 +08:00
chenhe
659ae6e19d add deploy/dev guideline 2024-01-16 15:02:28 +08:00
chenhe
5c59276a2f add future feature 2024-01-16 05:12:12 +08:00
chenhe
9af2fd7852 fix typo 2024-01-16 05:07:06 +08:00
chenhe
4b55edb606 update feature request template 2024-01-16 05:06:00 +08:00
chenhe
74f8ab4367 add future-feature tag and schedulers; minor rephrases 2024-01-16 04:48:05 +08:00
chenhe
460b98a267 Merge branch 'main' of https://github.com/langgenius/dify into docs/update-contributing 2024-01-15 22:35:37 +08:00
chenhe
c497cc3e6c new contribution guide 2024-01-14 16:24:39 +08:00
3 changed files with 15 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ body:
- type: textarea
attributes:
label: 1. Is this request related to a challenge you're experiencing?
placeholder: Please describe the specific scenario or problem you're facing as clearly as possible. For instance "I was trying to use [feature] for [specific task], and [what happened]... It was frustrating because...."
placeholder: Please describe the specific scenario or problem you're facing as clearly as possible. For instance 'I was trying to use [feature] for [specific task], and [what happened]... It was frustrating because....'
validations:
required: true
- type: textarea
@@ -41,8 +41,8 @@ body:
label: 5. Can you help us with this feature?
description: Let us know! This is not a commitment, but a starting point for collaboration.
options:
- label: I am interested in contributing to this feature.
required: false
- label: I am interested in contributing to this feature.
required: false
- type: markdown
attributes:
value: Please limit one request per issue.

View File

@@ -132,13 +132,22 @@ We are looking for contributors to help with translating Dify to languages other
## Community & Support
* [Roadmap and Feedback](https://feedback.dify.ai/). Best for: sharing feedback and checking out our feature roadmap.
* [GitHub Issues](https://github.com/langgenius/dify/issues). Best for: bugs you encounter using Dify.AI, and contribution proposals. See our [Contribution Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md).
* [Canny](https://feedback.dify.ai/). Best for: sharing feedback and checking out our feature roadmap.
* [GitHub Issues](https://github.com/langgenius/dify/issues). Best for: bugs you encounter using Dify.AI, and feature proposals. See our [Contribution Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md).
* [Email Support](mailto:hello@dify.ai?subject=[GitHub]Questions%20About%20Dify). Best for: questions you have about using Dify.AI.
* [Discord](https://discord.gg/FngNHpbcY7). Best for: sharing your applications and hanging out with the community.
* [Twitter](https://twitter.com/dify_ai). Best for: sharing your applications and hanging out with the community.
* [Business Contact](mailto:business@dify.ai?subject=[GitHub]Business%20License%20Inquiry). Best for: business inquiries of licensing Dify.AI for commercial use.
### Direct Meetings
**Help us make Dify better. Reach out directly to us**.
| Point of Contact | Purpose |
| :----------------------------------------------------------: | :----------------------------------------------------------: |
| <a href='https://cal.com/guchenhe/15min' target='_blank'><img src='https://i.postimg.cc/fWBqSmjP/Git-Hub-README-Button-3x.png' border='0' alt='Git-Hub-README-Button-3x' height="80"/></a> | Product design feedback, user experience discussions, feature planning and roadmaps. |
| <a href='https://cal.com/pinkbanana' target='_blank'><img src='https://i.postimg.cc/LsRTh87D/Git-Hub-README-Button-2x.png' border='0' alt='Git-Hub-README-Button-2x' height="80"/></a> | Technical support, issues, or feature requests |
## Security Disclosure
To protect your privacy, please avoid posting security issues on GitHub. Instead, send your questions to security@dify.ai and we will provide you with a more detailed answer.

View File

@@ -87,7 +87,7 @@ class Config:
# ------------------------
# General Configurations.
# ------------------------
self.CURRENT_VERSION = "0.4.7"
self.CURRENT_VERSION = "0.4.6"
self.COMMIT_SHA = get_env('COMMIT_SHA')
self.EDITION = "SELF_HOSTED"
self.DEPLOY_ENV = get_env('DEPLOY_ENV')