mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
docs: add contribution guide
This commit is contained in:
21
CONTRIBUTING.md
Normal file
21
CONTRIBUTING.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Contributing
|
||||
|
||||
Thank you for your interest in contributing to DeepSeek Harness!
|
||||
|
||||
We deeply believe in the power of open source communities, and that belief has shaped this project from the very beginning.
|
||||
|
||||
DeepSeek Harness is still at an early stage and under active development. We are sorry that we cannot accept external pull requests at the moment. However, contributing code to this repository is far from the only way to help. There are many other ways to get involved:
|
||||
|
||||
- Identify and report issues or bugs in GitHub Discussions.
|
||||
- Upvote discussions that you would like to bring to the team's attention. We are a very small team and may not be able to reply to every post, but we monitor them and consider them when allocating resources.
|
||||
- Contribute to the ecosystem:
|
||||
- Create a plugin that excites you and share it with others.
|
||||
- Associate your GitHub project with the `dsh-plugin` topic to help others discover your plugin.
|
||||
- Write blog posts and how-to guides about DeepSeek Harness.
|
||||
- Answer questions and help other members of the community.
|
||||
|
||||
DeepSeek Harness is designed to be deeply customizable. We do not believe that packages in the official repository are inherently more important than packages created by the community. You may consider this repository an idea, an official showcase, and a source of inspiration, but not a mandate from us.
|
||||
|
||||
We have already seen exciting projects emerge from the community, and we hope to see the ecosystem continue to grow in its own directions.
|
||||
|
||||
Into the unknown.
|
||||
@@ -2,5 +2,5 @@
|
||||
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
||||
# after editing either side, bring the other along and re-record with:
|
||||
# pnpm run verify-translation-pairing --write README.md
|
||||
README.md: b2d84672275a4ca996b6ea596c104abfaa52432a
|
||||
README.zh.md: 747a3c88bc129ad5dd24f5fa150a1661c4db0b11
|
||||
README.md: efe171d624be21488daabe20b839e715e8f4673a
|
||||
README.zh.md: b12765179e55d0d3e134e1bb3c3991f4a63477a0
|
||||
|
||||
@@ -88,3 +88,5 @@ DeepSeek Harness is currently in internal testing.
|
||||
[BSD 3-Clause](LICENSE)
|
||||
|
||||
Third-party dependencies and their licenses are disclosed in [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
|
||||
|
||||
Read [CONTRIBUTING.md](CONTRIBUTING.md) before contributing to this repository.
|
||||
|
||||
@@ -92,3 +92,5 @@ DeepSeek Harness 目前处于内测阶段。
|
||||
[BSD 3-Clause](LICENSE)
|
||||
|
||||
第三方依赖及其许可证在 [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md) 中披露。
|
||||
|
||||
向本仓库贡献前,请阅读 [CONTRIBUTING.md](CONTRIBUTING.md)。
|
||||
|
||||
Reference in New Issue
Block a user