Skip to content

Commit 2b45c6c

Browse files
committed
Add reminders at tops of set-up guides to fork and clone
1 parent 56648f3 commit 2b45c6c

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ icon: fab fa-github
55
toc: 3
66
---
77
The purpose of this guide is to get you a running local version of [the Python bot](https://github.com/python-discord/bot).
8+
You should have already forked the repository and cloned it to your local machine. If not, check out our [detailed walkthrough](../#1-fork-and-clone-the-repo).
9+
810
This page will focus on the quickest steps one can take, with mentions of alternatives afterwards.
911

1012
---

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,20 @@ icon: fab fa-github
55
toc: 1
66
---
77

8-
> Before contributing, please ensure you read the [contributing guidelines](../contributing-guidelines) in full.
8+
You should have already forked the [`sir-lancebot`](https://github.com/python-discord/sir-lancebot) repository and cloned it to your local machine. If not, check out our [detailed walkthrough](../#1-fork-and-clone-the-repo).
99

10-
---
11-
# Requirements
10+
Remember to ensure that you have read the [contributing guidelines](../contributing-guidelines) in full before you start contributing.
11+
12+
### Requirements
1213
- [Python 3.9](https://www.python.org/downloads/)
1314
- [Poetry](https://github.com/python-poetry/poetry#installation)
1415
- [Git](https://git-scm.com/downloads)
1516
- [Windows Installer](https://git-scm.com/download/win)
1617
- [MacOS Installer](https://git-scm.com/download/mac) or `brew install git`
1718
- [Linux](https://git-scm.com/download/linux)
1819

20+
---
21+
1922
## Using Gitpod
2023
Sir Lancebot can be edited and tested on Gitpod. Gitpod will automatically install the correct dependencies and Python version, so you can get straight to coding.
2124

@@ -42,8 +45,7 @@ The requirements for Docker are:
4245

4346
---
4447
# Development Environment
45-
1. Once you have your fork, you will need to [**clone the repository to your computer**](../cloning-repository).
46-
2. After cloning, proceed to [**install the project's dependencies**](../installing-project-dependencies). (This is not required if using Docker)
48+
If you aren't using Docker, you will need to [install the project's dependencies](../installing-project-dependencies) yourself.
4749

4850
---
4951
# Test Server and Bot Account

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ icon: fab fa-github
55
toc: 1
66
---
77

8-
# Requirements
8+
You should have already forked the [`site`](https://github.com/python-discord/site) repository and cloned it to your local machine. If not, check out our [detailed walkthrough](../#1-fork-and-clone-the-repo).
9+
10+
### Requirements
911

1012
- [Python 3.9](https://www.python.org/downloads/)
1113
- [Poetry](https://python-poetry.org/docs/#installation)
@@ -29,8 +31,7 @@ Without Docker:
2931
---
3032
# Development environment
3133

32-
1. [Clone your fork to a local project directory](../cloning-repository/)
33-
2. [Install the project's dependencies](../installing-project-dependencies/)
34+
[Install the project's dependencies](../installing-project-dependencies/)
3435

3536
## Without Docker
3637

0 commit comments

Comments
 (0)