Skip to content

Contribute data via GitHub

Dennis edited this page Aug 27, 2026 · 4 revisions

Go to Wiki Home.

When you have a major new contribution, e.g. a complete new board, then you should submit it directly to the CRT GitHub repository, and in this way you will also be seen as a contributor. There are are some basic steps that you can follow, if you want to contribute data to CRT. It is quite easy, but it does require you have a GitHub account.

  • Fork the CRT GitHub repository
  • Clone the fork to your local computer
  • Create a new branch (important!)
  • Do your own modifications:
    • Change existing files
    • Add new files
  • Commit changes to your forked repo and the new branch you have created
  • Create a Pull Request
    • Important - make sure to validate your data before submitting this pull request, as bad data will be declined
  • Wait for review

There are of course more details to this, but please let me know if this does not work for you.

Clone this wiki locally