Skip to content

Commit 46403d8

Browse files
committed
adding toc link and adding instructions for when to skip
1 parent de8a00f commit 46403d8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ Below are guidelines for contributing to the devops-security repository hosted o
3232
- [**Submitting changes via git and opening a PR**](#submitting-changes-via-git-and-opening-a-pr)
3333

3434
## **Setting up the local development environment**
35-
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. If you've already completed these steps, skip to [Create a branch](https://github.com/hackforla/devops-security/blob/main/CONTRIBUTING.md#create-a-new-branch-where-you-will-work-on-your-issue)
35+
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.
36+
37+
If you've already completed these steps or you aren't making Terraform changes, skip to [Create a branch](https://github.com/hackforla/devops-security/blob/main/CONTRIBUTING.md#create-a-new-branch-where-you-will-work-on-your-issue)
38+
3639
### **Creating a personal AWS account**
3740

3841
- Go to [AWS](https://aws.amazon.com/) and click `"Sign In to the Console" > "Create a new AWS account."`
@@ -318,6 +321,9 @@ cd terraform # or other directory
318321
terraform-docs -c .terraform.docs.yml .
319322
```
320323
324+
<sub>[Back to Table of Contents](#table-of-contents)</sub>
325+
***
326+
321327
### **Submitting changes via git and opening a PR**
322328
323329
- We urge developers to be cautious using `git add`. In general it is not advisable to use `git add -all` or `git add .`. Rather, run `git status`, examine the output carefully, and then add only those files specifically related to the current issue. This will ensure that no extraneous files are included in the subsequent commit.

0 commit comments

Comments
 (0)