JuliaBesties / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://JuliaBesties.github.io/BestieTemplate.jl/
Mozilla Public License 2.0
43 stars 9 forks source link

make email optional #356

Closed lucaferranti closed 1 month ago

lucaferranti commented 3 months ago

Description

Currently, when BestieTemplates.jl asks for email, it cannot be empty. However, users may not want to have their email in the wild in the internet (especially if it's a personal project and cannot use an institutional email). Would be nice to make the email optional

abelsiqueira commented 3 months ago

@allcontributors please add @lucaferranti for ideas

abelsiqueira commented 3 months ago

@allcontributors please add @lucaferranti for ideas

allcontributors[bot] commented 3 months ago

@abelsiqueira

I've put up a pull request to add @lucaferranti! :tada:

abelsiqueira commented 1 month ago

Fixed by #432.