Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONTRIBUTING.md #77

Open
wants to merge 1 commit into
base: movement
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Our goal is to make contributing to Aptos Core easy and transparent. See [Aptos

To contribute to the Aptos Core implementation, first start with the proper development copy.
You may want to use the GitHub interface to fork [aptos-core](https://github.com/aptos-labs/aptos-core) and check out your fork.
For development environment setup and first build, see [Building Aptos From Source](https://aptos.dev/guides/building-from-source)
For development environment setup and first build, see [Building Aptos From Source](https://aptos.dev/guides/building-from-source).

## Our Development Process

Expand All @@ -24,7 +24,7 @@ Also, please ensure you follow our [Secure Coding Guidelines](./RUST_SECURE_CODI

### Documentation

Aptos Core's developer website is also open source (the code can be found in this [repository](https://github.com/aptos-labs/developer-docs). It is built using [Docusaurus](https://docusaurus.io/):
Aptos Core's developer website is also open source (the code can be found in this [repository](https://github.com/aptos-labs/developer-docs). It is built using [Docusaurus](https://docusaurus.io/).

If you know Markdown, you can already contribute!

Expand Down