git clone <repository-url>
cd <repository-name>git checkout -b feature/my-contribution# Edit files
git add .
git commit -m "Description of changes"git push origin feature/my-contribution
# Then create PR on GitHubYour changes will be reviewed and merged into the main branch.
- Location:
Code/HA-Models/ - See:
Code/README.md
- Location:
dashboard/ - See:
dashboard/DASHBOARD_README.md
- Location:
HAFiscal.tex,Subfiles/ - LaTeX source files
- Any
.mdfiles in the repository
See the main README for:
- Environment setup instructions
- Building and testing the paper
- Running the dashboard locally
- Computational reproduction
Open an issue at the repository's GitHub issues page.