You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ icon: fab fa-github
5
5
toc: 3
6
6
---
7
7
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
+
8
10
This page will focus on the quickest steps one can take, with mentions of alternatives afterwards.
Copy file name to clipboardExpand all lines: pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,20 @@ icon: fab fa-github
5
5
toc: 1
6
6
---
7
7
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).
9
9
10
-
---
11
-
# Requirements
10
+
Remember to ensure that you have read the [contributing guidelines](../contributing-guidelines) in full before you start contributing.
-[MacOS Installer](https://git-scm.com/download/mac) or `brew install git`
17
18
-[Linux](https://git-scm.com/download/linux)
18
19
20
+
---
21
+
19
22
## Using Gitpod
20
23
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.
21
24
@@ -42,8 +45,7 @@ The requirements for Docker are:
42
45
43
46
---
44
47
# 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.
Copy file name to clipboardExpand all lines: pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ icon: fab fa-github
5
5
toc: 1
6
6
---
7
7
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).
0 commit comments