Skip to content

Commit

Permalink
Make GitHub PR template part of the minimum options
Browse files Browse the repository at this point in the history
The GitHub PR template is a non-intrusive addition. It makes
the description of a PR better and does not take much more
time to use it.
The benefits are large enough to justify always having it.

Closes #308
  • Loading branch information
abelsiqueira committed Jul 8, 2024
1 parent 7eaa6b8 commit e96f3be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

### Changed

- GitHub PR template is now part of the minimal options (#308)

## [0.7.2] - 2024-07-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ AddGitHubTemplates:
when: "{{ AnswerStrategy == 'ask' }}"
type: bool
default: "{{ AnswerStrategy != 'minimum' }}"
help: GitHub issue and PR templates (Add forms for issue creation and information on Pull Requests to improve the description quality)
help: GitHub issue templates (Add forms for issue creation to improve the description quality)

_skip_if_exists:
- "**/*.jl"
Expand Down

0 comments on commit e96f3be

Please sign in to comment.