deno.land / x / oauth4webapi@v1.2.2 / .github / ISSUE_TEMPLATE / bug-report.yml
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657name: 🐞Bug reportdescription: There's a bug I want to reportlabels: - triagebody: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report. Do not use this form to ask questions or make suggestions, use the [appropriate](https://github.com/panva/oauth4webapi/issues/new/choose) Discussions Topic for those. - type: textarea attributes: label: What happened? description: A clear and concise description of what the bug is and what you expected to happen instead. validations: required: true - type: input attributes: label: Version description: What exact version of the library do you use? placeholder: e.g. v1.0.0 validations: required: true - type: dropdown attributes: label: Runtime description: What JavaScript runtime are you seeing the problem on? options: - Browser - Cloudflare Workers - Deno - Electron - Node.js - Other (I will specify below) validations: required: true - type: input attributes: label: Runtime Details description: More information about the runtime (e.g. node version, browser vendor and version, electron version, operating system) validations: required: true - type: textarea attributes: label: Code to reproduce description: Please copy and paste code to reproduce the issue. This will be automatically formatted into JavaScript code, so no need for backticks. render: js validations: required: true - type: checkboxes attributes: label: Required options: - label: I have searched the issues tracker and discussions for similar topics and couldn't find anything related. required: true - label: I agree to follow this project's [Code of Conduct](https://github.com/panva/oauth4webapi/blob/main/CODE_OF_CONDUCT.md) required: true
Version Info