Skip to content

Commit a3a0f0f

Browse files
committed
Add a note about configuring the GitHub repo
This is shown to the user after a new repository has been generated using cookiecutter. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f7e1abb commit a3a0f0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cookiecutter/hooks/post_gen_project.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@ def print_todos() -> None:
309309
warn_on_bad_status=f"No `{todo_str}` found using `{' '.join(cmd)}`",
310310
note_on_failure=f"Please search for `{todo_str}` in `{repo}/` manually.",
311311
)
312+
print()
313+
note(
314+
"Make sure to (create and) configure your GitHub repository too: "
315+
"https://github.com/frequenz-floss/frequenz-repo-config-python/wiki/Configuring-a-new-GitHub-repository"
316+
)
312317

313318

314319
def do_sanity_checks() -> list[str]:

0 commit comments

Comments
 (0)