Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .config/rumdl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ exclude = [
"**/LICENSE.md",
# `_badges.qmd` gets mangled by rumdl
"**/_badges.qmd",
# Links gets mangled
"**/CONTRIBUTING.md.jinja",

]

# List style: `-`
Expand Down
3 changes: 3 additions & 0 deletions template/.config/rumdl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ exclude = [
"**/LICENSE.md",
# `_badges.qmd` gets mangled by rumdl
"**/_badges.qmd",
# Links gets mangled
"**/CONTRIBUTING.md",

]

# List style: `-`
Expand Down
14 changes: 7 additions & 7 deletions template/CONTRIBUTING.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## :bug: Issues and bugs

The easiest way to contribute is to report issues or bugs that you might
find while using `{{ github_repo }}`. You can do this by creating a
The easiest way to contribute is to report issues or bugs that you might find
while using `{{ github_repo }}`. You can do this by creating a
[new](https://github.com/{{ github_repo_spec }}/issues/new/choose)
issue on our GitHub repository.

Expand Down Expand Up @@ -80,13 +80,13 @@ one commit.
renderer.
- `ruff.toml`: [Ruff](https://docs.astral.sh/ruff/) configuration file for
linting and formatting Python code.
- `rumdl.toml` and `panache.toml`: [rumdl](https://rumdl.dev) and
[Panache](https://panache.bz) configuration file for formatting Markdown
files in the project.
- `rumdl.toml` and `panache.toml`: [rumdl](https://rumdl.dev) and
[Panache](https://panache.bz) configuration file for formatting Markdown
files in the project.
- `cog.toml`: [Cocogitto](https://docs.cocogitto.io) configuration file for
managing versions.
- `cliff.toml`: [git-cliff](https://git-cliff.org) configuration file for
creating the changelog.
- `cliff.toml`: [git-cliff](https://git-cliff.org) configuration file for
creating the changelog.
- `.copier-answers.yml`: Contains the answers you gave when copying the package
from the template. **You should not modify this file directly.**
- `.pre-commit-config.yaml`: [Pre-commit](https://pre-commit.com/) configuration
Expand Down
Loading