Skip to content

Commit 8cb46be

Browse files
signekblwjohnst86
andauthored
fix: 🎨 format md files, but rumdl should ignore CONTRIBUTING (#325)
Co-authored-by: Luke W. Johnston <lwjohnst86@users.noreply.github.com> Co-authored-by: Luke W. Johnston <lwjohnst@gmail.com>
1 parent 9b87001 commit 8cb46be

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

.config/rumdl.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ exclude = [
99
"**/LICENSE.md",
1010
# `_badges.qmd` gets mangled by rumdl
1111
"**/_badges.qmd",
12+
# Links gets mangled
13+
"**/CONTRIBUTING.md.jinja",
14+
1215
]
1316

1417
# List style: `-`

template/.config/rumdl.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ exclude = [
99
"**/LICENSE.md",
1010
# `_badges.qmd` gets mangled by rumdl
1111
"**/_badges.qmd",
12+
# Links gets mangled
13+
"**/CONTRIBUTING.md",
14+
1215
]
1316

1417
# List style: `-`

template/CONTRIBUTING.md.jinja

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## :bug: Issues and bugs
44

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

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

0 commit comments

Comments
 (0)