Create CONTRIBUTING.md

This commit is contained in:
Mohsen Azimi
2015-02-26 15:49:28 -08:00
parent 21d8a89316
commit 294a720a34

8
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,8 @@
## Pull Requests
Plase make your pull requests are made to the [**`develop_2.0`**](https://github.com/swagger-api/swagger-ui/tree/develop_2.0) branch at this time.
## Issues
SwaggerUI uses [SwaggerJS](https://github.com/swagger-api/swagger-js) library for many internal operations. If you see errors in
[`swagger-client.js`](lib/swagger-client.js) file, you should probably open the issue in [SwaggerJS](https://github.com/swagger-api/swagger-js) repository.
Please open issues related to Swagger specifications in [Swagger Specs](https://github.com/swagger-api/swagger-spec) repository.