.github/ISSUE_TEMPLATE/add-resource.md (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
--- name: Add a resource about: Suggest a new protocol, platform, service, library, or tool for the list title: "Add: <resource name>" labels: new resource --- <!-- Prefer opening a pull request if you can — it is faster to merge. Use this issue if you cannot. --> ## Resource - **Name and URL:** [Name](https://example.com) - **Suggested section:** <!-- e.g. Static Site Generators --> - **One-line description:** <!-- Factual, ends with a period. What it does, not why you like it. --> ## Checklist - [ ] It is genuinely useful for building, owning, or connecting an independent personal website. - [ ] It is not already in the list (I searched first). - [ ] The project is maintained (recent releases or activity). - [ ] The URL is the canonical HTTPS project URL, with no tracking or affiliate parameters. |