Skip to content

Commit 4ce4284

Browse files
committed
docs(README): add links to the development environment, contribution guide, and code of conduct
1 parent 30e4998 commit 4ce4284

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ PYTHONPATH=. python examples/inheritance.py
2828

2929
Browse to: [http://localhost:5000/api/spec.html](http://localhost:5000/api/spec.html)
3030

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+
3137
## How To:
3238

3339
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

Comments
 (0)