Skip to content

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

  1. Fork the repo on GitHub.
  2. Create a branch.
  3. Edit one small thing.
  4. 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.