-
Notifications
You must be signed in to change notification settings - Fork 23
Contribute data
Dennis edited this page Aug 22, 2026
·
1 revision
One possibility to contribute data is by submitting it directly to the 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.