diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/CODE_STANDARDS.md b/.github/CODE_STANDARDS.md similarity index 94% rename from CODE_STANDARDS.md rename to .github/CODE_STANDARDS.md index 5f0b66b..23153fb 100644 --- a/CODE_STANDARDS.md +++ b/.github/CODE_STANDARDS.md @@ -16,7 +16,7 @@ View the [effective go](https://golang.org/doc/effective_go.html) standards docu ### *golangci-lint* specifications The package [golangci-lint](https://golangci-lint.run/usage/quick-start) runs several linters in one package/cmd. -View the active linters in the [configuration file](.golangci.yml). +View the active linters in the [configuration file](../.golangci.yml). Install via macOS: ```shell diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/SECURITY.md b/.github/SECURITY.md similarity index 100% rename from SECURITY.md rename to .github/SECURITY.md