-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Description
| Q | A |
|---|---|
| Bug or feature request? | Feature |
| Which Swagger/OpenAPI version? | OAI 2.0 |
| Which Swagger-UI version? | swagger.latest |
| How did you install Swagger-UI? | clone |
| Which browser & version? | many |
| Which operating system? | many |
We're working on a few custom tweaks to suit our needs for swagger-ui 3.0 in react, including what we're calling a dynamic request builder, that makes building a sample response to try out much easier, as well as some in-app JSON schema validator, and some enhancements to the input boxes for entering in JSONs (like adding line numbers, in line/in tree "copy" button, similar is to the copy button recently worked on here #4312, but more granular).
Was wondering if the community would be open to accepting PRs for these types of enhancements. I did some looking around at both open issues and past/present PRs, and didn't see these jump out at me.
if so, besides the general contributing guidelines, are there any other tips that we should follow, such as willingness (or lack thereof) to have dependencies from other projects, etc?