We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e4998 commit 4ce4284Copy full SHA for 4ce4284
README.md
@@ -28,6 +28,12 @@ PYTHONPATH=. python examples/inheritance.py
28
29
Browse to: [http://localhost:5000/api/spec.html](http://localhost:5000/api/spec.html)
30
31
+## Contributing, and Making Improvements:
32
+
33
+- [Contribution Guide](./CONTRIBUTING.md)
34
+- [Code of Conduct](./CODE_OF_CONDUCT.md)
35
+- [Development Environment](./development/DEVELOPMENT.md)
36
37
## How To:
38
39
In your program, where you'd usually just use flask-restful, add just a little bit of sauce and get a swagger spec out.
0 commit comments