Skip to content

Commit ad7fea0

Browse files
authored
refactor: 📝 update post-copy message to latest version (#154)
# Description This PR updates the post-copy message to the latest version. Closes #144 This PR needs a quick review. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all`
1 parent 76073d0 commit ad7fea0

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

copier.yaml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,42 @@ _message_after_copy: |
1111
1212
Your project "{{ package_abbrev }}" has been created successfully!
1313
14-
Next steps:
14+
See the [guide](https://template-data-package.seedcase-project.org/docs/guide) for more detail
15+
on the next steps. Briefly:
1516
1617
1. Change directory to the project root:
1718
18-
$ cd {{ _copier_conf.dst_path }}
19+
``` bash
20+
cd {{ _copier_conf.dst_path | realpath }}
21+
```
1922
2023
2. Install the pre-commit hooks:
2124
22-
$ just install-precommit
25+
``` bash
26+
just install-precommit
27+
```
2328
2429
3. Install [`spaid`](https://github.com/seedcase-project/spaid) and run these setup steps:
2530
26-
$ spaid_gh_create_repo_from_local -h
27-
$ spaid_gh_set_repo_settings -h
28-
$ spaid_gh_ruleset_basic_protect_main -h
31+
``` bash
32+
spaid_gh_create_repo_from_local -h
33+
spaid_gh_set_repo_settings -h
34+
spaid_gh_ruleset_basic_protect_main -h
35+
```
2936
3037
4. Configure GitHub following this
3138
[guide](https://guidebook.seedcase-project.org/operations/security#using-github-apps-to-generate-tokens):
3239
33-
- Install the [auto-release-token](https://github.com/apps/auto-release-token) GitHub App
34-
- Create an `UPDATE_VERSION_TOKEN` secret
35-
- Create an `UPDATE_VERSION_APP_ID` variable
40+
- Install the [auto-release-token](https://github.com/apps/auto-release-token)
41+
and [add-to-board-token](https://github.com/apps/add-to-board-token) GitHub Apps
42+
- Create an `UPDATE_VERSION_TOKEN` and `ADD_TO_BOARD_TOKEN` secret for the GitHub Apps
43+
- Create an `UPDATE_VERSION_APP_ID` and `ADD_TO_BOARD_APP_ID` variable of the GitHub Apps' IDs
3644
3745
5. List and complete all TODO items in the repository:
3846
39-
$ just list-todos
47+
``` bash
48+
just list-todos
49+
```
4050
4151
# Questions:
4252
package_github_repo:

0 commit comments

Comments
 (0)