Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 1.12 KB

File metadata and controls

78 lines (49 loc) · 1.12 KB

Contributing to HAFiscal

Contributing to This Repository


How to Contribute

1. Clone the repository:

git clone <repository-url>
cd <repository-name>

2. Create a branch:

git checkout -b feature/my-contribution

3. Make your changes:

# Edit files
git add .
git commit -m "Description of changes"

4. Push and create PR:

git push origin feature/my-contribution
# Then create PR on GitHub

5. After merge:

Your changes will be reviewed and merged into the main branch.


Types of Contributions

Computational Code

  • Location: Code/HA-Models/
  • See: Code/README.md

Dashboard Improvements

  • Location: dashboard/
  • See: dashboard/DASHBOARD_README.md

Paper Content

  • Location: HAFiscal.tex, Subfiles/
  • LaTeX source files

Documentation

  • Any .md files in the repository

Development Setup

See the main README for:

  • Environment setup instructions
  • Building and testing the paper
  • Running the dashboard locally
  • Computational reproduction

Questions?

Open an issue at the repository's GitHub issues page.