File: step-01-introduction.md

package info (click to toggle)
golang-github-gophercloud-gophercloud 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,416 kB
  • sloc: sh: 99; makefile: 21
file content (16 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Step 1: Read Our Guides
========================

There are two introductory guides you should read before proceeding:

* [CONTRIBUTING](/.github/CONTRIBUTING.md): The Contributing guide is a detailed
  document which describes the different ways you can contribute to Gophercloud
  and how to get started. This tutorial you're reading is very similar to that
  guide, but presented in a different way. We still recommend you read it over.

* [STYLE](/docs/STYLEGUIDE.md): The Style Guide documents coding conventions used
  in the Gophercloud project.

---

When you've finished reading those guides, proceed to [Step 2](step-02-issues.md).