We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3546321 commit 447b462Copy full SHA for 447b462
2 files changed
{{cookiecutter.project_name}}/.github/workflows/create-issues.yml
{{cookiecutter.project_name}}/next_steps.md
@@ -27,9 +27,8 @@ git push --set-upstream origin main
27
28
## Check automatically generated issues
29
30
-The generated project comes with a GitHub action
31
-([`.github/workflows/create-issues.yml`](.github/workflows/create-issues.yml)) that adds a couple of issues to the issue
32
-tracker on GitHub ([here]({{cookiecutter.repository}}/issues)). Resolve the issues to complete the setup of your
+The first time you push to GitHub, a few issues outlining next steps will be added automatically
+([here]({{cookiecutter.repository}}/issues?q=author%3Aapp%2Fgithub-actions)). Resolve them to complete the setup of your
33
repository.
34
35
## Project layout explained
0 commit comments