-
Notifications
You must be signed in to change notification settings - Fork 25
Submitting using GitHub Website
New forecast data has to be submitted using pull requests from a forked version of this repository. This will trigger all the validation checks to ensure a successful acquisition of the forecasts.
-
Go to the repository
flu-forecast-hub
on GitHub and click onFork
button to create your personal copy of the repository -
a. Only for the first submission. Navigate to the
model-output
folder (where all the forecasts are stored) and click on theAddFile / Upload files
button in the upper-right corner and drag and drop your submission folder, named in the format team-model (this will actually create the folder)b. Subsequent submissions. Navigate to your team-model submission folder under
model-output
and click on theAddFile / Upload files
button in the upper-right corner; then drag and drop your forecast files. -
Give the commit a meaningful name, select "Commit directly to the main branch" option and click
Commit changes
to commit changes to your local fork.Since your changes are uploaded to the local fork, you need to open a Pull Request.
-
Move to your fork main folder and click on
Contribute / Open pull request
button -
Make sure that the
base repository
is the main repository and thehead repository
is your fork -
Enter as title of the PR your team name, model name and submission date, and then click on
Create pull request
button -
Wait for validation and merge
For subsequent submissions repeat from point 2.b