From 69aed3779a23047a82b66c1363918d2968c3f23a Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 3 Jul 2021 19:17:39 +1000 Subject: [PATCH] consolidate sections --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ad6c04f1d..ee71127aa 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,8 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be

FeaturesGetting Started • - Status • - ContributingQuestion/Suggestion • - Developing/Debugging • + DevelopmentDocumentation

@@ -78,25 +76,27 @@ Vist [here](https://flow-launcher.github.io/docs/#/plugins) for our plugin portf If you are keen to write your own plugin for flow, please take a look at our plugin development documentation for [C#](https://flow-launcher.github.io/docs/#/develop-csharp-plugins) or [Python](https://flow-launcher.github.io/docs/#/develop-py-plugins) -## Status - -Flow is under heavy development, but the code base is stable, so contributions are very welcome. If you would like to help maintain it, please do not hesistate to get in touch. - -## Contributing - -We welcome all contributions. If you are unsure of a change you want to make, let us know in the [Discussions](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/ideas), otherwise feel free to put in a pull request. - -You will find the main goals of flow placed under [Projects board](https://github.com/Flow-Launcher/Flow.Launcher/projects), so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well. - -Get in touch if you like to join the Flow-Launcher Team and help build this great tool. - ## Question/Suggestion Yes please, let us know in the [Q&A](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/q-a) section. **Join our community on [Discord](https://discord.gg/AvgAQgh)!** -## Developing/Debugging +## Development + +### Status + +Flow is under heavy development, but the code base is stable, so contributions are very welcome. If you would like to help maintain it, please do not hesistate to get in touch. + +### Contributing + +We welcome all contributions. If you are unsure of a change you want to make, let us know in the [Discussions](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/ideas), otherwise feel free to put in a pull request. + +You will find the main goals of flow placed under the [Projects board](https://github.com/Flow-Launcher/Flow.Launcher/projects), so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well. + +Get in touch if you like to join the Flow-Launcher Team and help build this great tool. + +### Developing/Debugging Flow Launcher's target framework is .Net 5