From be812ea013c4376d1f33b55516b54821a9b64de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Mon, 10 Jul 2023 11:25:46 +0900 Subject: [PATCH] update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- CONTRIBUTING.md | 15 +++++++++++++++ README.md | 3 +-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1fe3d5d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# CONTRIBUTING + +- `src` *.yaml files should be written according to the [v3.0/schema.json](https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json) +- `dist` Do not rewrite this file as it is an automatically generated OpenAPI file. +- `dist` Do not include this in the pull request due to potential conflicts. + +I'm using openapi-generator with a dart-dio build. +It is desirable to pass these tests. +Untested pull requests are welcome, as Dart's development population is very small. + + +## Good first issues + +- Add a new endpoint +- Add type to `type: object # todo` diff --git a/README.md b/README.md index 5262ac3..4735cf0 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ Note that the license also inherits to the output. ## Contribute -- `src` *.yaml files should be written according to the [v3.0/schema.json](https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json) -- `dist` Do not rewrite this file as it is an automatically generated OpenAPI file. +[CONTRIBUTING.md](./CONTRIBUTING.md) ### build