docs: Move CONTRIBUTING.md to the root folder

pull/1530/head
Ellet 1 year ago
parent 55207f2755
commit 9399425cb7
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      .github/PULL_REQUEST_TEMPLATE.md
  2. 0
      CONTRIBUTING.md
  3. 2
      README.md
  4. 2
      flutter_quill_extensions/README.md
  5. 2
      flutter_quill_test/README.md

@ -24,7 +24,7 @@
## Checklist
- [ ] I read the [Contributor Guide](../doc/CONTRIBUTING.md) and followed the process outlined there for submitting PRs.
- [ ] I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there for submitting PRs.
- [ ] I titled the PR using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0).
- [ ] I did not modify the `CHANGELOG.md` nor the plugin version in `pubspec.yaml` files.
- [ ] All existing and new tests are passing.

@ -356,7 +356,7 @@ Made with [contrib.rocks](https://contrib.rocks).
We welcome contributions!
Please follow these guidelines when contributing to the project. See [CONTRIBUTING.md](./doc/CONTRIBUTING.md) for more details. <br>
Please follow these guidelines when contributing to the project. See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. <br>
We must mention that the `CONTRIBUTING.md` have a development notes, so if you planning on contribtuing to the repo, please read it.

@ -239,7 +239,7 @@ OnDragDoneCallback get _onDragDone {
We welcome contributions!
Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](./../doc/CONTRIBUTING.md) for more details.
Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.
## License

@ -38,7 +38,7 @@ await tester.quillEnterText(find.byType(QuillEditor), 'test\n');
We welcome contributions!
Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](./../doc/CONTRIBUTING.md) for more details.
Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.
## License

Loading…
Cancel
Save