-
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.
-
Only for the first submission. Go to the repository
flu-forecast-hub
on GitHub and click onFork
button to create your personal copy of the repository -
Sync your repository clicking the
Sync fork
button (in the root page of the repository). -
a. Only for the first submission. Navigate to the
model-output
folder (where all the forecasts are stored), click on theAddFile / Upload files
button in the upper-right corner and drag and drop your submission folder (or chose it using the file browser); the folder must be named in the format team-model (where team and model correspond to theteam_abbr
andmodel_abbr
fields of the metadata file).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 (or choose it using the file browser). -
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