First Contribution (30 Minutes)¶
This page is for casual contributors who want to make one useful change quickly.
1. Pick a Small Task¶
- Fix a typo or broken link in docs/
- Improve unclear wording in user-docs/
- Update an outdated screenshot caption or heading
Issue tracker: https://github.com/nolimitconnect/NoLimitConnect/issues
2. Make the Change¶
- Fork the repo on GitHub.
- Create a branch.
- Edit one small thing.
- Keep the PR focused on that one change.
3. Optional Local Docs Preview¶
pip install mkdocs-material
mkdocs serve
Open: http://127.0.0.1:8000/
4. Open the PR¶
Include:
- What changed
- Why it helps users or contributors
- How you verified it
Good First Contribution Ideas¶
- Clarify one confusing setup step
- Add one missing prerequisite
- Improve one section title so it is easier to scan
- Fix one formatting inconsistency
Thank you for helping improve NoLimitConnect.