Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 958 Bytes

File metadata and controls

28 lines (17 loc) · 958 Bytes

IssueExec Research Artifact

This GitHub Pages site is the official research artifact homepage for the paper:

IssueExec: A Test-Driven Approach for Localizing Software Engineering Issues

What is included

The site brings together the paper's implementation and supporting materials:

  • Source code and reproduction instructions: code-philia/IssueExec
  • Stage-by-stage LLM prompts and notes
  • Theoretical motivation and empirical study details
  • Good and bad illustrative localization cases

Local preview

The site is static and can be previewed from the repository root with any local web server:

python -m http.server 8000

Then open http://localhost:8000.

Deployment

The main branch is deployed automatically to code-philia.github.io/IssueExec.github.io by the GitHub Pages workflow in .github/workflows/pages.yml.