Contributions are welcome! Whether it's bug fixes, improvements, or small UX tweaks. Thank you for helping make Stationsbord better.
Below is a simple guide for contributing using GitHub’s web interface (no local setup required).
Click the Fork button in the top-right of this page to create your own copy under your account.
In your fork, click the Branch dropdown, type a name like:
feature/my-improvement
and press Enter.
Navigate to the file you want to change, click the pencil icon ✏️, make your edits, then scroll down.
At the bottom of the editor:
- Enter a short, clear commit message
- Keep “Create a new branch for this commit and start a pull request” selected
- Click Propose changes
Review your changes, add context if helpful (screenshots or explanation), then click Create pull request.
Please make sure that:
- Code follows the existing style and structure
- New features are kept lightweight and dependency-free where possible
- API usage remains respectful (rate limiting + caching preserved)
- Any user-facing changes are documented if needed
If you’re unsure about a change, feel free to open a Pull Request anyway, discussion is welcome.
Your time and effort are genuinely appreciated.