Skip to content

Commit 56648f3

Browse files
committed
Add 'Next steps' section to ends of the setup guides
1 parent d75612d commit 56648f3

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -543,10 +543,7 @@ Now that you have everything setup, it is finally time to make changes to the bo
543543

544544
#### Working with Git
545545

546-
If you have not yet [read the contributing guidelines](../contributing-guidelines), now is a good time.
547-
Contributions that do not adhere to the guidelines may be rejected.
548-
549-
Notably, version control of our projects is done using Git and Github.
546+
Version control of our projects is done using Git and Github.
550547
It can be intimidating at first, so feel free to ask for any help in the server.
551548

552549
[**Click here to see the basic Git workflow when contributing to one of our projects.**](../working-with-git/)
@@ -637,4 +634,11 @@ The following is a list of all available environment variables used by the bot:
637634
| `METABASE_USERNAME` | When you wish to interact with Metabase | The username for a Metabase admin account.
638635
| `METABASE_PASSWORD` | When you wish to interact with Metabase | The password for a Metabase admin account.
639636

637+
---
638+
639+
# Next steps
640+
Now that you have everything setup, it is finally time to make changes to the bot! If you have not yet read the [contributing guidelines](../contributing-guidelines.md), now is a good time. Contributions that do not adhere to the guidelines may be rejected.
641+
642+
If you're not sure where to go from here, our [detailed walkthrough](../#2-set-up-the-project) is for you.
643+
640644
Have fun!

pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,11 @@ After installing project dependencies use the poetry command `poetry run task st
110110
```shell
111111
$ poetry run task start
112112
```
113+
---
114+
115+
# Next steps
116+
Now that you have everything setup, it is finally time to make changes to the bot! If you have not yet read the [contributing guidelines](../contributing-guidelines.md), now is a good time. Contributions that do not adhere to the guidelines may be rejected.
117+
118+
If you're not sure where to go from here, our [detailed walkthrough](../#2-set-up-the-project) is for you.
113119

114120
Have fun!

pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,12 @@ The website is configured through the following environment variables:
166166
- **`STATIC_ROOT`**: The root in which `python manage.py collectstatic`
167167
collects static files. Optional, defaults to `/app/staticfiles` for the
168168
standard Docker deployment.
169+
170+
---
171+
172+
# Next steps
173+
Now that you have everything setup, it is finally time to make changes to the site! If you have not yet read the [contributing guidelines](../contributing-guidelines.md), now is a good time. Contributions that do not adhere to the guidelines may be rejected.
174+
175+
If you're not sure where to go from here, our [detailed walkthrough](../#2-set-up-the-project) is for you.
176+
177+
Have fun!

0 commit comments

Comments
 (0)