Commit 51034fe
authored
docs: add CONTRIBUTING.md with workflow + AI-disclosure + fork policy (JavaScriptSolidServer#422) (JavaScriptSolidServer#425)
JSS had no `CONTRIBUTING.md` at the repo root. New contributors —
human and agent — had to reverse-engineer the project's conventions
from commit history. This adds a one-screen reference card surfacing
what's already de-facto practice, plus formal stances on AI-assisted
contributions and forks.
Sections:
- Quick start: clone / install / test / run
- Workflow: issue → branch → PR → merge → pull (no direct commits to
the default branch)
- Code style: ESM, Node ≥ 22 LTS, no native modules, JSDoc,
node --test, no build step
- AI-assistance disclosure: three-tier disclosure (hand-authored /
AI-assisted with review / substantially AI-generated), prompt
sharing for substantial AI-generated portions, authorship
responsibility stays with the contributor, per-contributor
flexibility for established history. Aligns with NLnet's
generative-AI policy for funded projects.
- Forks and downstream distribution: AGPL-3.0 § 5(a) modification
notice obligation on conveyed modified versions; happy to advise
on application.
- Licence and CLA: AGPL-3.0 default; CLA in progress, required for
substantial contributions ahead of 0.1.
- Where to ask: GitHub issue tracker is canonical; security issues
via forthcoming SECURITY.md.
References:
- NLnet generative-AI policy: https://nlnet.nl/foundation/policies/generativeAI/
- AGPL-3.0 § 5(a): https://www.gnu.org/licenses/agpl-3.0.en.html#section51 parent 44a5ccb commit 51034fe
1 file changed
Lines changed: 98 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
0 commit comments