https://github.com/insarlab/MintPy
Tip revision: cc23ae9d0e2d44391fccc54178f1b8ad1faf2ce9 authored by dependabot[bot] on 11 September 2023, 11:27:35 UTC
build(deps): bump actions/checkout from 3 to 4 (#1088)
build(deps): bump actions/checkout from 3 to 4 (#1088)
Tip revision: cc23ae9
PULL_REQUEST_TEMPLATE.md
**Description of proposed changes**
<!-- Please describe changes proposed and **why** you made them. If unsure, open an issue first so we can discuss.-->
**Reminders**
- [ ] Fix #xxxx
- [ ] Pass Pre-commit check (green)
- [ ] Pass Codacy code review (green)
- [ ] Pass Circle CI test (green)
- [ ] Make sure that your code follows our style. Use the other functions/files as a basis.
- [ ] If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.
- [ ] If adding new functionality, add a detailed description to the documentation and/or an example.