Skip to content

Submitting using GitHub Website

Nicolò Gozzi edited this page Nov 21, 2023 · 9 revisions

en

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.

On your first Submission

​ Go to the Influcast repository on GitHub and click on the Fork button to create your personal copy of the repository. ​ ​

For every weekly Submissions

  1. Sync your copy of the repository clicking the Sync fork button (in the root page of the repository).

  2. Navigate to your <team>-<model> submission folder under previsioni and click on the Add file / Upload files button in the upper-right corner; then drag and drop your forecast file (or chose it using the file browser).

  3. 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 (PR).

  1. Move to your forked repository main folder and click on Contribute / Open pull request button.

  2. (Verify that that the base repository is the main repository and the head repository is your fork).

  3. Enter as title of the PR your team name, model name and submission date, and then click on the Create pull request button.

  4. Wait for validation and merge.