Skip to content

Submission via command line

Sam Abbott edited this page Mar 26, 2021 · 4 revisions

New forecast data has to be submitted using pull requests from a forked version of this repository. This will trigger the validation checks which we put in place to ensure a uniform format of files.

  1. Fork the epiforecasts/covid19-forecast-hub-europe repository using the Fork button in the top right corner.
  2. Commit your forecasts/changes to your forked respository via the usual commands in the command line.
  3. Submit a PR to the master branch of the epiforecasts/covid-forecast-hub-europe repo.
  • Please use your team name and submission date as the title of the PR

This submission process can be automated using the GitHub CLI interface with gh pr create (after authenticating using gh auth login). An example of this is the submission script used by the Epiforecasts team.