You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The following is a set of guidelines for contributing to the NGINX AWS Auto-Scal
14
14
*[Git Style Guide](#git-style-guide)
15
15
*[Go Style Guide](#go-style-guide)
16
16
17
-
[Code of Conduct](https://github.com/nginxinc/nginx-asg-sync/blob/master/CODE_OF_CONDUCT.md)
17
+
[Code of Conduct](https://github.com/nginxinc/nginx-asg-sync/blob/main/CODE_OF_CONDUCT.md)
18
18
19
19
## Ask a Question
20
20
@@ -23,7 +23,7 @@ We will have a public forum soon where you can come and ask questions and have a
23
23
24
24
## Getting Started
25
25
26
-
Read the installation, configuration and building steps in the [README](https://github.com/nginxinc/nginx-asg-sync/blob/master/README.md).
26
+
Read the installation, configuration and building steps in the [README](https://github.com/nginxinc/nginx-asg-sync/blob/main/README.md).
27
27
28
28
### Project Structure
29
29
@@ -46,7 +46,7 @@ To suggest an enhancement, please create an issue on GitHub with the label `enha
46
46
### Open a Pull Request
47
47
48
48
* Fork the repo, create a branch, submit a PR when your changes are tested and ready for review
49
-
* Fill in [our pull request template](https://github.com/nginxinc/nginx-asg-sync/blob/master/.github/PULL_REQUEST_TEMPLATE.md)
49
+
* Fill in [our pull request template](https://github.com/nginxinc/nginx-asg-sync/blob/main/.github/PULL_REQUEST_TEMPLATE.md)
50
50
51
51
Note: if you’d like to implement a new feature, please consider creating a feature request issue first to start a discussion about the feature.
52
52
@@ -67,4 +67,4 @@ Note: if you’d like to implement a new feature, please consider creating a fea
67
67
* Run `gofmt` over your code to automatically resolve a lot of style issues. Most editors support this running automatically when saving a code file.
68
68
* Run `go lint` and `go vet` on your code too to catch any other issues.
69
69
* Follow this guide on some good practice and idioms for Go - https://github.com/golang/go/wiki/CodeReviewComments
70
-
* To check for extra issues, install [golangci-lint](https://github.com/golangci/golangci-lint) and run `make lint` or `golangci-lint run`
70
+
* To check for extra issues, install [golangci-lint](https://github.com/golangci/golangci-lint) and run `make lint` or `golangci-lint run`
0 commit comments