diff --git a/docs/contributing.md b/CONTRIBUTING.md similarity index 93% rename from docs/contributing.md rename to CONTRIBUTING.md index 2cd38c5d..d1c63372 100644 --- a/docs/contributing.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ For easier development we use a monorepo structure. This means that we have multiple packages in one git repository. We use [melos](https://pub.dev/packages/melos) to manage the packages in this repository. -Take a look at our [melos.yaml](../melos.yaml) to find useful commands for running commands like build_runner or the analyzer in all packages. +Take a look at our [melos.yaml](melos.yaml) to find useful commands for running commands like build_runner or the analyzer in all packages. ## Linting We use very strict static code analysis (also known as linting) rules. diff --git a/README.md b/README.md index 31358f69..ea57bd1b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Developing a new Nextcloud client can be as easy as adding some UI and then nece ## Contributing -Checkout our [contributing docs](./docs/contributing.md) to get started with developing with Neon. +Checkout our [contributing docs](CONTRIBUTING.md) to get started with developing with Neon. ## Development and support diff --git a/docs/README.md b/docs/README.md index c69b3a91..d99e4c8d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,8 @@ # Documentation -## [Contributing](contributing.md) +## [Code of Conduct](../CODE_OF_CONDUCT.md) + +## [Contributing](../CONTRIBUTING.md) ## [Architecture overview](architecture.md)