PAMPAr-Coder / .github /pull_request_template.md
lucas-mella's picture
feat: upload PAMPAr-Coder code and documentation
a2d6a0d verified
|
Raw
History Blame Contribute Delete
341 Bytes
## What
<!-- Brief description of the change -->
## Why
<!-- Context and motivation -->
## How to Test
<!-- Steps to verify it works -->
## Checklist
- [ ] Tests added/updated (`python -m pytest tests/ -v`)
- [ ] Type hints on all new functions
- [ ] No hardcoded paths or secrets
- [ ] Conventional commit messages