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
Link to dev setup guide from README and CONTRIBUTING (#8827)
# Description
Today the README does not link to how to get started making `cargo
build` succeed. I've made some minor edits making the repo a bit more
"welcoming" to devs who wanna get started building the repo.
## Changes
* Update `README.md` on how to get started with development (making
`cargo build` succeed) by linking to [this
guide](https://docs.polkadot.com/develop/parachains/install-polkadot-sdk/)
* Update `CONTRIBUTING.md` with the same guide
* Generalize `DOCUMENTATION_GUIDELINES.md` to not only be about
Substrate.
---------
Co-authored-by: Bastian Köcher <[email protected]>
In order to build this project you need to install some dependencies, follow the instructions in [this guide](https://docs.polkadot.com/develop/parachains/install-polkadot-sdk).
Copy file name to clipboardExpand all lines: docs/contributor/CONTRIBUTING.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ via pull-requests and need to be approved by the maintainers.
10
10
> **Note:** Contributors who are part of the organization do not need to fork the repository. They can create a branch
11
11
> directly in the repository to send a pull request.
12
12
13
+
## How?
14
+
15
+
In order to build this project you need to install some dependencies, follow the instructions in [this guide](https://docs.polkadot.com/develop/parachains/install-polkadot-sdk).
16
+
13
17
## Rules
14
18
15
19
There are a few basic ground-rules for contributors (including the maintainer(s) of the project):
0 commit comments