File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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: `-`
Original file line number Diff line number Diff 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: `-`
Original file line number Diff line number Diff line change 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)
88issue 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
You can’t perform that action at this time.
0 commit comments