github.com/gophercloud/gophercloud@v1.11.0/docs/contributor-tutorial/step-01-introduction.md (about) 1 Step 1: Read Our Guides 2 ======================== 3 4 There are two introductory guides you should read before proceeding: 5 6 * [CONTRIBUTING](/.github/CONTRIBUTING.md): The Contributing guide is a detailed 7 document which describes the different ways you can contribute to Gophercloud 8 and how to get started. This tutorial you're reading is very similar to that 9 guide, but presented in a different way. We still recommend you read it over. 10 11 * [STYLE](/docs/STYLEGUIDE.md): The Style Guide documents coding conventions used 12 in the Gophercloud project. 13 14 --- 15 16 When you've finished reading those guides, proceed to [Step 2](step-02-issues.md).