Skip to content

Commit e07d282

Browse files
committed
reverted some changes from earlier because they didnt do what we wanted
1 parent d74c183 commit e07d282

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

{{cookiecutter.project_name}}/next_steps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git remote add origin {{ cookiecutter.repository }}
1818
## Push the initial commit to a new repo on GitHub
1919

2020
Go to
21-
[https://github.com/{{cookiecutter.github_organization}}/repositories/new](https://github.com/{{cookiecutter.github_organization}}/repositories/new)
21+
[https://github.com/{{cookiecutter.github_organization}}?tab=repositories](https://github.com/{{cookiecutter.github_organization}}?tab=repositories)
2222
and create a new repository named `{{ cookiecutter.project_name }}` as an empty repository, then push your commits to GitHub:
2323

2424
```shell
@@ -27,9 +27,9 @@ git push --set-upstream origin main
2727

2828
## Check automatically generated issues
2929

30-
The first time you push to GitHub, a few issues outlining next steps will as soon as possible be added automatically
31-
([here]({{cookiecutter.repository}}/issues?q=author%3Aapp%2Fgithub-actions)). Resolve them to complete the setup of your
32-
repository.
30+
A short while after you push your commits to GitHub for the first time, a few issues outlining next steps will added
31+
automatically ([here]({{cookiecutter.repository}}/issues?q=author%3Aapp%2Fgithub-actions)). Resolve them to complete the
32+
setup of your repository.
3333

3434
## Project layout explained
3535

0 commit comments

Comments
 (0)