Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.46 KB

File metadata and controls

51 lines (31 loc) · 1.46 KB

🤝 Contributing

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).


How to contribute

1. Fork the repository

Click the Fork button in the top-right of this page to create your own copy under your account.

2. Create a branch

In your fork, click the Branch dropdown, type a name like:

feature/my-improvement

and press Enter.

3. Edit files in your browser

Navigate to the file you want to change, click the pencil icon ✏️, make your edits, then scroll down.

4. Commit your changes

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

5. Open a Pull Request

Review your changes, add context if helpful (screenshots or explanation), then click Create pull request.


Guidelines

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.


Thank you

Your time and effort are genuinely appreciated.