Browse Source

refactor(docs): Move contributing docs to the top level

pull/511/head
jld3103 1 year ago
parent
commit
741a09a90f
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      CONTRIBUTING.md
  2. 2
      README.md
  3. 2
      docs/README.md

2
docs/contributing.md → 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.

2
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

2
docs/README.md

@ -1,6 +1,6 @@
# Documentation
## [Contributing](contributing.md)
## [Contributing](../CONTRIBUTING.md)
## [Architecture overview](architecture.md)

Loading…
Cancel
Save