Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

36 lines (26 loc) · 1.46 KB

Contribute

This is the contribute.md of our project. Great to have you here. Here are a few ways you can help make this project better!

If you want to add an issue or pull request, please ensure that the existing issues don't already cover your question or contribution.

Installation

We recommend using virtualenv to isolate dependencies for development. This guide assumes that you have already created and activated a virtualenv for this project.

Ensure that you have the latest version of pip installed:

pip install -U pip

Clone the repository (alternatively, if you plan on making a pull request and are not in the Flask-OpenAPI organisation, use the github page to create your own fork)

git clone [email protected]:overflowdigital/Flask-OpenAPI.git
cd Flask-OpenAPI

And finally create a separate branch to begin work

git checkout -b my-new-feature

Submitting Pull Requests

Pull requests are welcomed! We'd like to review the design and implementation as early as possible so please submit the pull request even if it's not 100%. Let us know the purpose of the change and list the remaining items which need to be addressed before merging. Finally, PR's should include unit tests and documentation where appropriate.

If you have further questions, contact us at [email protected]