From 4ce4284627f27e1e8d58ff922abbefe9e7fd8c21 Mon Sep 17 00:00:00 2001 From: Niall Byrne Date: Fri, 29 May 2020 15:37:19 +0000 Subject: [PATCH] docs(README): add links to the development environment, contribution guide, and code of conduct --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 67b4218..12b4e83 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ PYTHONPATH=. python examples/inheritance.py Browse to: [http://localhost:5000/api/spec.html](http://localhost:5000/api/spec.html) +## Contributing, and Making Improvements: + +- [Contribution Guide](./CONTRIBUTING.md) +- [Code of Conduct](./CODE_OF_CONDUCT.md) +- [Development Environment](./development/DEVELOPMENT.md) + ## How To: In your program, where you'd usually just use flask-restful, add just a little bit of sauce and get a swagger spec out.