abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
38 stars 9 forks source link

Less opinionated and simpler minimal config #355

Closed gdalle closed 1 month ago

gdalle commented 1 month ago

Description

Edit: Moved the list here so it works

Here are a few changes I'd like to see in the default config before we (re-)generate FixMe.jl:

For docs:

For the rest:

Ping @abelsiqueira and @CasBex

abelsiqueira commented 1 month ago

Cleaning the previews is already an issue, just linked it. The rest of the docs comments seem good. Let's see how they render with the changes.

Why the .editorconfig empty? It's mostly a no-op. Is there a specific line that you want removed?

CODECOV_TOKEN is uppercase, but ReusableWorkflows uses the passed secret from Test and TestOnPRs (it's uppercase there. ReusableWorkflows can't use CODECOV_TOKEN directly. I named it as an argument (snake_case).

@CasBex, let me know if you want to work on any of these issues.

CasBex commented 1 month ago

I'm not too familiar with all the CI stuff so I'm not really the right person for this I think.

abelsiqueira commented 1 month ago

No prob, I'll update it.

abelsiqueira commented 1 month ago

Some comments, discussed with @gdalle:

I am releasing 0.9.0 right now with these changes.

abelsiqueira commented 1 month ago

@allcontributors please add @gdalle for ideas

abelsiqueira commented 1 month ago

Some of these were discussed in person at the JuliaCon 2024 Hackathon and some were implemented. I'll close, but feel free to open with comments on what it missing.