v0.8.0
BestieTemplate v0.8.0
Added
- New question: AddContributionDocs to decide whether to add 90-contributing.md and 91-developer.md (#313)
Changed
- (breaking change) GitHub PR template is now part of the minimal options (#308)
- (breaking change) TestOnPRs.yml is now part of the minimal options (#312)
- (breaking change) 90-contributing.md and 91-developer.md have moved from minimal to recommended. If you use the minimal option, then these files will be removed (#313)
- (breaking change)
generate
does not work on existing folders anymore. The functionapply
was created to handle that case (#301)
Removed
- (breaking change) Question SimplifiedPRTest was removed and the behaviour now is as if it were selected as true (#312)
Merged pull requests:
- Make GitHub PR template part of the minimum options (#337) (@abelsiqueira)
- Make TestOnPRs part of minimal template (#338) (@abelsiqueira)
- Move contributing and developer docs to recommended (#339) (@abelsiqueira)
- Create apply function and change generate (#341) (@abelsiqueira)
- Add install information on README and docs/src/index (#342) (@abelsiqueira)
- Move the pre-commit installation a bit earlier in the docs (#343) (@abelsiqueira)
- Add a preamble to the question with the link to the docs (#344) (@abelsiqueira)
- Add section explaining recommended vs minimum (#345) (@abelsiqueira)
- CompatHelper: add new compat entry for YAML at version 0.4, (keep existing compat) (#346) (@github-actions[bot])
- Release 0.8.0 (#347) (@abelsiqueira)
Closed issues:
- Add a preamble to the questions (#154)
- Install BestieTemplate.jl in usage instructions (#297)
- Function generate is not clear for application to existing packages (#301)
- Consider moving pre-commit installation earlier in the docs (#303)
- Better post-application message (#304)
- Move PULL_REQUEST_TEMPLATE.md to minimal options (#308)
- Make TestOnPRs part of minimal (#312)
- Move contributing and developer to recommended (#313)
- Explain the rationale of minimal vs recommended (#314)