Skip to content

Commit cc30bac

Browse files
committed
docs: add contribution guidelines
1 parent dfacb06 commit cc30bac

2 files changed

Lines changed: 64 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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+

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Help solo founders find direction, build faster, and thrive independently.
1818

1919
- [Introduction](#introduction)
2020
- [What is OPC?](#what-is-opc)
21+
- [Selection Criteria](#selection-criteria)
2122
- [🎯 OPC Starter](#-opc-starter)
2223
- [🏛 Policies](#-policies)
2324
- [China](#china)
@@ -58,6 +59,18 @@ This project curates everything a solo founder needs — from understanding poli
5859

5960
**OPC (One Person Company)** is a business structure where a single individual operates as both the sole shareholder and director. With the rise of AI, no-code tools, and the creator economy, running a profitable company solo has never been more achievable.
6061

62+
In this list, OPC is used broadly: it includes formal one-person company structures, solo founder businesses, indie products, and small operations intentionally run by one person.
63+
64+
## Selection Criteria
65+
66+
To keep this list useful and trustworthy:
67+
68+
- Prefer official sources for policies, registration, tax, and legal information.
69+
- Include tools that are broadly useful to solo operators, not just newly launched or promotional products.
70+
- Add case studies only when there is a public source for the founder, product, or reported milestone.
71+
- Mark time-sensitive claims, such as revenue, user count, policy status, or market reports, with a year when possible.
72+
- Keep descriptions concise, factual, and focused on why the resource helps one-person companies.
73+
6174
---
6275

6376
## 🎯 OPC Starter
@@ -252,10 +265,8 @@ This project curates everything a solo founder needs — from understanding poli
252265

253266
## Contributing
254267

255-
Contributions are welcome! Please read the [contribution guidelines](CONTRIBUTING.md) first. Feel free to submit a PR or open an issue.
268+
Contributions are welcome. Please read the [contribution guidelines](CONTRIBUTING.md) before submitting a PR or opening an issue.
256269

257270
## License
258271

259-
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)
260-
261272
This project is licensed under [MIT](LICENSE).

0 commit comments

Comments
 (0)