mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-18 20:14:44 +08:00
chore: change project name
This commit is contained in:
14
CONTRIBUTING
14
CONTRIBUTING
@@ -1,10 +1,10 @@
|
||||
# Contributing to Deer
|
||||
# Contributing to DeerFlow
|
||||
|
||||
Thank you for your interest in contributing to Deer! We welcome contributions of all kinds from the community.
|
||||
Thank you for your interest in contributing to DeerFlow! We welcome contributions of all kinds from the community.
|
||||
|
||||
## Ways to Contribute
|
||||
|
||||
There are many ways you can contribute to Deer:
|
||||
There are many ways you can contribute to DeerFlow:
|
||||
|
||||
- **Code Contributions**: Add new features, fix bugs, or improve performance
|
||||
- **Documentation**: Improve README, add code comments, or create examples
|
||||
@@ -18,8 +18,8 @@ There are many ways you can contribute to Deer:
|
||||
1. Fork the repository
|
||||
2. Clone your fork:
|
||||
```bash
|
||||
git clone https://github.com/bytedance/deer.git
|
||||
cd deer
|
||||
git clone https://github.com/bytedance/deer-flow.git
|
||||
cd deer-flow
|
||||
```
|
||||
3. Set up your development environment:
|
||||
```bash
|
||||
@@ -128,6 +128,6 @@ If you need help with anything:
|
||||
|
||||
## License
|
||||
|
||||
By contributing to Deer, you agree that your contributions will be licensed under the MIT License.
|
||||
By contributing to DeerFlow, you agree that your contributions will be licensed under the MIT License.
|
||||
|
||||
We appreciate your contributions to making Deer better!
|
||||
We appreciate your contributions to making DeerFlow better!
|
||||
|
||||
Reference in New Issue
Block a user