Skip to content

Commit 9cbd04d

Browse files
committed
docs: update
1 parent fe27552 commit 9cbd04d

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ docker run -dit --restart unless-stopped \
5757

5858
[Documentation at GitHub Page](https://rexzhang.github.io/asgi-webdav/)
5959

60+
## Contributing
61+
62+
Please refer to the [Contributing](docs/contributing.en.md) for more information.
63+
64+
## Acknowledgements
65+
66+
Please refer to the [Acknowledgements](docs/acknowledgements.md) for more information.
67+
6068
## Related Projects
6169

6270
- <https://github.com/bootrino/reactoxide>

TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
✔ 完善 litmus 测试 @done(26-01-06)
5858
LOCK on unmapped url returned 200 not 201 (RFC4918:S7.3)
5959
✔ 创建锁时, 支持 Depth.INFINITY 检查 @done(26-01-14)
60-
性能优化检查
60+
性能优化检查 @done(26-01-17)
6161
☐ 支持 multi-token
6262
- create_propfind_response()
6363
☐ 梳理 propfind/proppatch 等 XML 解析和生成代码 @low
@@ -90,7 +90,7 @@
9090
- 在维护代码时顺便解决相关代码出现的类型推断错误
9191
☐ 终极目标:通过 mypy 检查
9292
✔ 消除 DAVResponse 相关的类型推断错误 @done(25-12-28)
93-
消除 DAVRequest 相关的类型推断错误
93+
消除 DAVRequest 相关的类型推断错误 @done(26-01-17)
9494
- 解耦/分离可作为第三方库的核心代码和实现应用的代码
9595
降低耦合度, 让其他项目能更便捷的添加 webdav 能力
9696
终极目标为: 实现将核心代码剥离为一个独立的库

docs/acknowledgements.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Acknowledgements
2+
3+
The `asgi-webdav` project thrives on the contributions of the open-source community. We would like to extend our sincere gratitude to the organizations and individuals who have dedicated their time and resources to making this project better.

docs/contributing.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ New feature, bug fix, new language, new howto, typo fix; everything is fine.
2626

2727
```mermaid
2828
graph TD
29-
A[Proposal] -->|fork| C[PR Draft]
29+
A[Proposal in Github Issue] -->|fork| C[PR Draft]
3030
C --> D[CI] --> C
3131
D -->|Out of Draft mode| E[review] --> C
3232
E --> F[merge]

0 commit comments

Comments
 (0)