Skip to content

Commit

Permalink
feat: 🎸 Add question to add GitHub issue and PR templates
Browse files Browse the repository at this point in the history
βœ… Closes: #223
  • Loading branch information
abelsiqueira committed Jun 7, 2024
1 parent ddd248b commit 55ffaa6
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ AddCodeOfConduct:
default: true
help: Add a CODE_OF_CONDUCT.md file from Contributor Covenant? {{ AuthorEmail }} will be listed as contact point.

AddGitHubTemplates:
when: "{{ AskAdvancedQuestions }}"
type: bool
default: true
help: Add GitHub issue and PR templates? (These create forms for issue creation and information on Pull Requests to improve the description quality.)

_skip_if_exists:
- "**/*.jl"
- "!docs/make.jl"
Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ template_options = Dict(
"SimplifiedPRTest" => true,
"UseCirrusCI" => true,
"AddPrecommit" => true,
"AddGitHubTemplates" => true,
)

function test_diff_dir(dir1, dir2)
Expand Down

0 comments on commit 55ffaa6

Please sign in to comment.