fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 42 lines 1.5 kB view raw
1name: Bug report 2description: Report an issue with the project. 3 4labels: 5 - bug 🔥 6 7body: 8 - type: markdown 9 attributes: 10 value: | 11 Thanks for taking the time to fill out this bug report! Please do your best to fill out as much information as possible. 12 13 - type: textarea 14 id: description 15 attributes: 16 label: Description 17 description: Please check if there is an existing bug report before creating a new issue. If you intend to submit a pull request to fix this issue, let us know in the description. 18 placeholder: Bug description 19 validations: 20 required: true 21 22 - type: textarea 23 id: config 24 attributes: 25 label: Reproducible example or configuration 26 description: Please provide a reproducible StackBlitz example, your configuration file, or CLI command used to recreate the issue. 27 placeholder: https://stackblitz.com/edit/hey-api-client-fetch-example 28 value: https://stackblitz.com/edit/hey-api-client-fetch-example 29 30 - type: textarea 31 id: openapi-spec 32 attributes: 33 label: OpenAPI specification (optional) 34 description: Minimal OpenAPI specification needed to recreate the issue. 35 placeholder: OpenAPI Specification 36 37 - type: textarea 38 id: system-info 39 attributes: 40 label: System information (optional) 41 description: Any additional relevant system information. This may include OS, browser, NPM version, Node.js version, etc. 42 placeholder: System information