open source is social v-it.org
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

steer contributions toward caps, not PRs

add PR template redirecting contributors to ship capabilities, issue
template config with links to CONTRIBUTING.md and explore, and a
visible contributing section in the README. disabled GitHub Projects.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+24
+8
.github/ISSUE_TEMPLATE/config.yml
··· 1 + blank_issues_enabled: true 2 + contact_links: 3 + - name: contribute to vit 4 + url: https://github.com/solpbc/vit/blob/main/CONTRIBUTING.md 5 + about: contributions to vit flow as capabilities, not pull requests. read the contributing guide to get started. 6 + - name: explore the network 7 + url: https://explore.v-it.org 8 + about: browse live capabilities, skills, and projects on the vit network.
+10
.github/PULL_REQUEST_TEMPLATE.md
··· 1 + **vit contributions flow as capabilities, not pull requests.** 2 + 3 + if you've built something for vit, ship it as a cap — that's how the network works, and it's how vit itself is built. your contribution gets identity, provenance, and reputation attached to it automatically. 4 + 5 + see [CONTRIBUTING.md](../CONTRIBUTING.md) for the full workflow: setup, the skim/vet/remix/ship loop, and what makes a good capability. 6 + 7 + if this PR is a security disclosure or something that genuinely can't be a capability, please describe why below. 8 + 9 + --- 10 +
+6
README.md
··· 74 74 - **[VOCAB.md](VOCAB.md)** — terminology: capabilities, beacons, skills, and the verbs that drive the workflow 75 75 - **[ARCHITECTURE.md](ARCHITECTURE.md)** — technical design: ATProto record types, cap lexicons, and system internals 76 76 77 + ## contributing 78 + 79 + contributions to vit happen through vit itself — you ship capabilities, not pull requests. this isn't a policy; it's the product working as designed. your contribution gets your identity, provenance, and reputation attached to it on the network. 80 + 81 + read [CONTRIBUTING.md](CONTRIBUTING.md) for the full setup and the skim/vet/remix/ship loop. 82 + 77 83 ## links 78 84 79 85 - **[homepage](https://v-it.org)** — what vit is and why it exists