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
4 changes: 2 additions & 2 deletions template/CONTRIBUTING.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ This is a brief description of some of the files in this repository.
managing versions.
- `cliff.toml`: [git-cliff](https://git-cliff.org) configuration file for
creating the changelog.
- `ruff.toml`: [Ruff](https://github.com/charliermarsh/ruff) configuration file for
linting and formatting Python code.
- `ruff.toml`: [Ruff](https://github.com/charliermarsh/ruff) configuration
file for linting and formatting Python code.
- `.editorconfig`: Editor configuration file for
[EditorConfig](https://editorconfig.org/) to maintain consistent coding styles
across different editors and IDEs.
Expand Down
4 changes: 2 additions & 2 deletions template/TODO.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
`gh repo create {{ github_repo_spec }} --source=. --public`. {%- endif %} {%
if hosting_provider == "netlify" -%}
- Connect the repository to Netlify and turn off the builds on Netlify, since
you will be using GitHub Actions to build and deploy the website. {%- elif
hosting_provider == "gh-pages" -%}
you will be using GitHub Actions to build and deploy the website. {% elif
hosting_provider == "gh-pages" %}
- Run `quarto publish gh-pages` to setup and start publishing the website to
GitHub Pages. {%- endif %}
- If relevant, connect [pre-commit.ci](https://pre-commit.ci/) to the repository
Expand Down
Loading