mirror of
https://github.com/koxudaxi/datamodel-code-generator.git
synced 2024-03-18 14:54:37 +03:00
chore: link to contributing guidelines from README.md (#1561)
* chore: add CONTRIBUTING.md * docs: add a link from README.md
This commit is contained in:
@@ -18,6 +18,7 @@ See [documentation](https://koxudaxi.github.io/datamodel-code-generator) for mor
|
||||
## Sponsors
|
||||
[](https://github.com/JetBrainsOfficial)
|
||||
|
||||
|
||||
## Quick Installation
|
||||
|
||||
To install `datamodel-code-generator`:
|
||||
@@ -456,6 +457,10 @@ This code generator creates [FastAPI](https://github.com/tiangolo/fastapi) app f
|
||||
|
||||
[https://pypi.org/project/datamodel-code-generator](https://pypi.org/project/datamodel-code-generator)
|
||||
|
||||
## Contributing
|
||||
|
||||
See `docs/development-contributing.md` for how to get started!
|
||||
|
||||
## License
|
||||
|
||||
datamodel-code-generator is released under the MIT License. http://www.opensource.org/licenses/mit-license
|
||||
|
||||
@@ -8,6 +8,7 @@ $ pip install -e datamodel-code-generator
|
||||
```
|
||||
|
||||
# Contribute
|
||||
|
||||
We are waiting for your contributions to `datamodel-code-generator`.
|
||||
|
||||
## How to contribute
|
||||
@@ -18,7 +19,7 @@ $ git clone git@github.com:<your username>/datamodel-code-generator.git
|
||||
$ cd datamodel-code-generator
|
||||
|
||||
## 2. Install [poetry](https://github.com/python-poetry/poetry)
|
||||
$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
||||
$ curl -sSL https://install.python-poetry.org | python3 -
|
||||
|
||||
## 3. Install dependencies
|
||||
$ poetry install
|
||||
|
||||
Reference in New Issue
Block a user