diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4e981d5b..bf83f4d3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ nav_exclude: true --- -# Welcome to the Stormchaser RPG contributing guide Thank you for investing your time in contributing to our project! Any contribution you make will be reflected on [stormchaserroleplaying.com/stormchaserRPG/]([https://docs.github.com/en](https://stormchaserroleplaying.com/stormchaserRPG/)) :sparkles:. @@ -10,8 +10,6 @@ Read our [Code of Conduct](./CODE_OF_CONDUCT.md) to keep our community approacha In this guide you will get an overview of the contribution workflow from opening an issue, creating a PR, reviewing, and merging the PR. -Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. - ## New contributor guide To get an overview of the project, read the [README](README.md). Here are some resources to help you get started with open source contributions: @@ -21,22 +19,15 @@ To get an overview of the project, read the [README](README.md). Here are some r - [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow) - [Collaborating with pull requests](https://docs.github.com/en/github/collaborating-with-pull-requests) - -## Getting started - -To navigate our codebase with confidence, see [the introduction to working in the docs repository](/contributing/working-in-docs-repository.md) :confetti_ball:. For more information on how we write our markdown files, see [the GitHub Markdown reference](contributing/content-markup-reference.md). - -Check to see what [types of contributions](/contributing/types-of-contributions.md) we accept before making changes. Some of them don't even require writing a single line of code :sparkles:. - ### Issues #### Create a new issue -If you spot a problem with the docs, [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments). If a related issue doesn't exist, you can open a new issue using a relevant [issue form](https://github.com/github/docs/issues/new/choose). +If you spot a problem with the docs, [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments). If a related issue doesn't exist, you can open a [new issue](https://github.com/stormchaserroleplaying/stormchaserRPG/issues/new). #### Solve an issue -Scan through our [existing issues](https://github.com/stormchaserroleplaying/stormchaserRPG/issues) to find one that interests you. You can narrow down the search using `labels` as filters. See [Labels](/contributing/how-to-use-labels.md) for more information. As a general rule, we don’t assign issues to anyone. If you find an issue to work on, you are welcome to open a PR with a fix. +Scan through our [existing issues](https://github.com/stormchaserroleplaying/stormchaserRPG/issues) to find one that interests you. You can narrow down the search using `labels` as filters. If you find an issue to work on, you are welcome to open a PR with a fix. ### Make Changes