Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Video-Downloader/.github/ISSUE_TEMPLATE/bug-report.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
47 lines (47 sloc)
1.37 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: bug report | |
description: report a global issue with the cobalt codebase | |
labels: ["bug"] | |
body: | |
- type: textarea | |
id: bug-description | |
attributes: | |
label: bug description | |
description: "clear and concise description of what the issue is." | |
validations: | |
required: true | |
- type: textarea | |
id: repro-steps | |
attributes: | |
label: reproduction steps | |
description: steps to reproduce the described behavior. | |
placeholder: | | |
1. go to '...' | |
2. click on '....' | |
3. download [media type] from [service] | |
4. see error | |
validations: | |
required: true | |
- type: textarea | |
id: screenshots | |
attributes: | |
label: screenshots | |
description: if applicable, add screenshots or screen recordings to support your explanation. | |
- type: textarea | |
id: links | |
attributes: | |
label: links | |
description: if applicable, add links that cause the issue. more = better. | |
render: shell | |
- type: input | |
id: platform | |
attributes: | |
label: platform information | |
description: "the operating system, browser and their versions where you encounter the issue" | |
placeholder: safari 7 on mac os x 10.8 | |
validations: | |
required: true | |
- type: textarea | |
id: more-context | |
attributes: | |
label: additional context | |
description: add any other context about the problem here if applicable. |