Skip to content

Commit ba150d6

Browse files
committed
refactor: ♻️ use new copier var names
1 parent 710b692 commit ba150d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

template/CONTRIBUTING.md.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Issues and bugs :bug:
44

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

1010
## Adding or modifying content :pencil2:
@@ -16,7 +16,7 @@ details on how we work and develop. It is a regularly evolving document,
1616
so is at various states of completion.
1717
{%- endif %}
1818

19-
To contribute to `{{ package_name }}`, you first need to install
19+
To contribute to `{{ github_repo }}`, you first need to install
2020
[uv](https://docs.astral.sh/uv/) and
2121
[justfile](https://just.systems/man/en/packages.html). We use uv and
2222
justfile to manage our project, such as to run checks and test the

template/_metadata.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
gh:
2-
repo: {{ package_name }}
2+
repo: {{ github_repo }}
33
org: {{ github_user }}

0 commit comments

Comments
 (0)