From 39c904183e0e65b227884a4f7b01f4dd62c22c3d Mon Sep 17 00:00:00 2001 From: Tayeb Sedraia Date: Wed, 4 Dec 2024 15:57:03 +0100 Subject: [PATCH] chore: first version of README.md (#11)(#26) --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index af27e33..8f63633 100644 --- a/README.md +++ b/README.md @@ -1 +1,37 @@

OUDS Flutter

+ +

+ OUDS Flutter provides Orange Flutter components to developers and a demo application. +
+ Visit OUDS Flutter +
+
+ Report bug + ยท + Request feature +

+ +## Table of contents + +- [Content](#content) +- [Bugs and feature requests](#bugs-and-feature-requests) +- [Contributing](#contributing) +- [Copyright and license](#copyright-and-license) + +## Content + +This repository contains the OUDS Flutter library that provides Orange Flutter components, but also a demo application showcasing these different components. + +## Bugs and feature requests + +Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed +yet, [please open a new issue](https://github.com/Orange-OpenSource/ouds-flutter/issues/new/choose). + +## Contributing + +Please read through our [contributing guidelines](https://github.com/Orange-OpenSource/ouds-flutter/blob/main/CONTRIBUTING.md). +Included are directions for opening issues, coding standards, and notes on development. + +## Copyright and license + +Code released under the [MIT License](https://github.com/Orange-OpenSource/ouds-flutter/blob/main/LICENSE).