docs: open project to public contributions with CLA

Add full contribution infrastructure: CLA with broad sublicensing
rights for dual-licensing, CONTRIBUTING.md with scope rules and dev
setup, CLA Assistant workflow, CODEOWNERS, SUPPORT.md, PR template,
updated issue templates with contribution prompts, and declarative
label config.
This commit is contained in:
SnapOtter
2026-05-16 16:05:08 +08:00
parent 92b85d3506
commit 29d959e7c1
12 changed files with 433 additions and 26 deletions
@@ -43,3 +43,12 @@ body:
attributes:
label: Additional context
description: Screenshots, links, examples, or anything else that helps explain the request.
- type: dropdown
id: willing-to-implement
attributes:
label: Would you like to implement this?
description: Feature PRs require issue approval first. If approved, we can assign this to you.
options:
- "Yes, I'd like to submit a PR if approved"
- "No, just suggesting"