Skip to content
Closed
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository holds source code for the creator documentation at [create.roblo

If you're unfamiliar with the GitHub contribution process, see [About pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) and the following video.

<https://github.com/Roblox/creator-docs/assets/84365734/b5d10495-837a-454f-9d96-e01ed44e32c7>
<https://hub.com/Roblox/creator-docs/assets/84365734/b5d10495-837a-454f-9d96-e01ed44e32c7>

## Reporting Issues

Expand Down Expand Up @@ -57,7 +57,7 @@ Alternatively, you can use the **GitHub** or **GitHub Pull Request** menus in gi

This repository is extremely large, so we recommend using the online options whenever possible. However, if you're already familiar with the general GitHub workflow and want to use an offline text editor, here are the basic steps for contributing to the documentation:

1. Set up [Git](https://docs.github.com/en/get-started/quickstart/set-up-git) and [Git LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage). Alternatively, install a Git client like [GitHub Desktop](https://desktop.github.com).
1. Set up [](https://docs.github.com/en/get-started/quickstart/set-up-git) and [Git LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage). Alternatively, install a Git client like [GitHub Desktop](https://desktop.github.com).
1. Fork this repository.
1. Clone your fork.
1. Navigate to the repository root.
Expand All @@ -77,7 +77,7 @@ The Roblox documentation has three main document types:

Guides benefit massively from practical, real-world use cases, images, code snippets, and diagrams. Most task-based content should include a numbered list.

- Tutorials in `.md` files in [content/en-us/tutorials](./content/en-us/tutorials)
- Tutorials in `.md` files in [content/en-us/tutorials](./content/en-us/tutoraals)

Compared to task-based guides, tutorials are more self-contained and take you from _nothing_ to _something_. This focus on creating something specific means they're typically much more prescriptive than guides. Tutorials often touch multiple features and concepts at the same time, demonstrating the connections between tools and strategies.

Expand Down