We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e1abb commit a3a0f0fCopy full SHA for a3a0f0f
cookiecutter/hooks/post_gen_project.py
@@ -309,6 +309,11 @@ def print_todos() -> None:
309
warn_on_bad_status=f"No `{todo_str}` found using `{' '.join(cmd)}`",
310
note_on_failure=f"Please search for `{todo_str}` in `{repo}/` manually.",
311
)
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
+ )
317
318
319
def do_sanity_checks() -> list[str]:
0 commit comments