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
diff --git a/README.md b/README.md
index d1877e6..de2e187 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ make bench
## Code Standards
-Read more about this Go project's [code standards](CODE_STANDARDS.md).
+Read more about this Go project's [code standards](.github/CODE_STANDARDS.md).
@@ -152,7 +152,7 @@ Checkout all the [examples](examples)!
## Contributing
-View the [contributing guidelines](CONTRIBUTING.md) and follow the [code of conduct](CODE_OF_CONDUCT.md).
+View the [contributing guidelines](.github/CONTRIBUTING.md) and follow the [code of conduct](.github/CODE_OF_CONDUCT.md).
### How can I help?
All kinds of contributions are welcome :raised_hands:!