mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-08-05 08:54:23 +08:00
23 lines
800 B
Plaintext
23 lines
800 B
Plaintext
---
|
|
title: 贡献者协议
|
|
description: 贡献代码、文档或素材前需要了解的 CLA
|
|
---
|
|
|
|
# 贡献者协议
|
|
|
|
Contributor License Agreement,见 [CLA.md](https://github.com/basketikun/infinite-canvas/blob/main/CLA.md)。
|
|
|
|
向本仓库提交 Pull Request、补丁、文档、素材或其他贡献,即表示你同意该协议。维护者也可能要求你在 PR 中明确回复:
|
|
|
|
```text
|
|
I have read and agree to CLA.md.
|
|
```
|
|
|
|
## 贡献前请确认
|
|
|
|
- 你有权提交相关代码、文档或素材。
|
|
- 第三方内容已明确标注来源,并且授权方式与本项目兼容。
|
|
- 提交内容可以随项目以 AGPL-3.0 以及项目相关商业授权方式发布。
|
|
- 安全漏洞不要通过公开 Issue 直接披露细节,请按[漏洞提交](/docs/support/security)流程处理。
|
|
|