Skip to content

Commit c831316

Browse files
committed
contributing toc consistency and shorten
#90
1 parent 96344d9 commit c831316

1 file changed

Lines changed: 12 additions & 22 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,18 @@ Below are guidelines for contributing to the devops-security repository hosted o
88
**The team recommends using [VS Code](https://code.visualstudio.com/download) as the preferred text editor for working on code, but feel free to utilize a text editor of your preference.**
99

1010
**If you have any additional questions about your contribution process, please feel free to reach out to the team in the [#ops](https://hackforla.slack.com/archives/CV7QGL66B) Slack channel.**
11-
<br><br>
12-
13-
## **Table of Contents**
14-
- [**How to Contribute to DevOps**](#how-to-contribute-to-devops)
15-
- [**Table of Contents**](#table-of-contents)
16-
- [**Setting up the local development environment**](#setting-up-the-local-development-environment)
17-
- [**Creating a personal AWS account**](#creating-a-personal-aws-account)
18-
- [**Login as root user & setup MFA**](#login-as-root-user-&-setup-mfa)
19-
- [**Setting up IAM and AWS CLI**](#setting-up-iam-and-aws-cli)
20-
- [**Create an IAM User**](#create-an-iam-user)
21-
- [**Create an IAM Group**](#create-an-iam-group)
22-
- [**Attach IAM user to IAM group**](#attach-iam-user-to-iam-group)
23-
- [**Attach `AdministratorAccess` policy to IAM group**](#attach-administratoraccess-policy-to-iam-group)
24-
- [**Generating Access Keys for AWS CLI**](#generating-access-keys-for-aws-cli)
25-
- [**Installing Terraform**](#installing-terraform)
26-
- [**Creating Backend State**](#creating-backend-state)
27-
- [**Installing Terraform docs**](#installing-terraform-docs)
28-
- [**Clone (Create) a copy on your computer**](#clone-create-a-copy-on-your-computer)
29-
- [**Create a new branch where you will work on your issue**](#create-a-new-branch-where-you-will-work-on-your-issue)
30-
- [**Creating Local tfvars file**](#creating-local-tfvars-file)
31-
- [**Terraform Setup and Execution Instructions**](#terraform-setup-and-execution-instructions)
32-
- [**Submitting changes via git and opening a PR**](#submitting-changes-via-git-and-opening-a-pr)
11+
12+
### Overview
13+
14+
- [Setting up the local development environment](#setting-up-the-local-development-environment)
15+
- AWS identity and access management
16+
- AWS CLI
17+
- Terraform
18+
- [Submitting changes via git and opening a PR](#submitting-changes-via-git-and-opening-a-pr)
19+
20+
### Table of Contents
21+
22+
A generated table of contents is available on GitHub by [opening the outline icon](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#headings) at the top of the markdown preview window.
3323

3424
## **Setting up the local development environment**
3525
The below instructions will walk you through setting up your own AWS account for local development and testing before pushing changes that will effect our infrastructure.

0 commit comments

Comments
 (0)