You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(19): add support for custom pr template path (#21)
Closes#19.
## Description
* deprecation: retire .ignore_pull_request_template variable
* feat: add .pull_request_template_path to customize the template path
* enhancement: support finding the pr template and .gh-prx.yaml paths
from nested repo directories
## PR Checklist
- [x] Documentation is changed or added
feat(10): choose issue from list in checkout new (#11)
## Description
1. New feature added to prompt the user to choose an issue for the list
in "checkout-new" file.
## PR Checklist
- [x] Documentation is changed or added