|
| 1 | +# Contributing |
| 2 | + |
| 3 | +Thanks for helping improve Awesome OPC. |
| 4 | + |
| 5 | +## What to Add |
| 6 | + |
| 7 | +Good additions should be useful to people building or running one-person companies, solo founder businesses, indie products, or intentionally tiny operations. |
| 8 | + |
| 9 | +Preferred resources include: |
| 10 | + |
| 11 | +- Official policy, registration, tax, and legal references. |
| 12 | +- Practical tools that help one person build, sell, support, finance, or operate a company. |
| 13 | +- Public case studies, interviews, talks, or products with clear evidence that one person built or ran the business. |
| 14 | +- Books, courses, podcasts, reports, and communities with direct value for solo operators. |
| 15 | + |
| 16 | +## Quality Bar |
| 17 | + |
| 18 | +Before opening a PR, check that the resource: |
| 19 | + |
| 20 | +- Has a working public URL. |
| 21 | +- Fits the section where you are adding it. |
| 22 | +- Is not primarily a low-context advertisement. |
| 23 | +- Includes a concise explanation of why it helps one-person companies. |
| 24 | +- Uses a year for time-sensitive claims when possible, such as revenue, users, valuation, policy status, or report date. |
| 25 | + |
| 26 | +For legal, tax, and policy resources, prefer official government or regulator sources. If you add a secondary analysis, make sure it is clearly labeled as interpretation. |
| 27 | + |
| 28 | +## Format |
| 29 | + |
| 30 | +Use the existing list style: |
| 31 | + |
| 32 | +```md |
| 33 | +- [Name](https://example.com/) — Short factual description. |
| 34 | +``` |
| 35 | + |
| 36 | +For tool entries with favicons, follow the existing README pattern: |
| 37 | + |
| 38 | +```md |
| 39 | +- <img src="https://www.google.com/s2/favicons?domain=example.com&sz=16" width="16" height="16" /> [Name](https://example.com/) — Short factual description. |
| 40 | +``` |
| 41 | + |
| 42 | +Keep descriptions to one sentence. Avoid hype, unsupported superlatives, and keyword-stuffed copy. |
| 43 | + |
| 44 | +## Pull Requests |
| 45 | + |
| 46 | +- Keep each PR focused on one theme or section. |
| 47 | +- Add new items in the most relevant category. |
| 48 | +- Do not remove existing resources without explaining why. |
| 49 | +- If you are affiliated with a resource, say so in the PR description. |
| 50 | + |
0 commit comments