Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🏗 Switch AMP's main bug template to a yaml-based form #34393

Merged
merged 1 commit into from
May 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
name: Bug Report
description: Used to report bugs in AMP.
labels: "Type: Bug"
body:
- type: markdown
id: header
attributes:
value: |
Thanks for filling out this bug report. Please only file reports about [AMP](https://amp.dev) here.
rsimha marked this conversation as resolved.
Show resolved Hide resolved
- If you have questions about how to use AMP, try the [`#using-amp`](https://amphtml.slack.com/archives/C9HPA6HGB) Slack channel, or the [`amp-html`](http://stackoverflow.com/questions/tagged/amp-html) tag at Stack Overflow.
- If you have questions about Google Search, ask them at Google's [Help Community](https://goo.gl/utQ1KZ).
- type: textarea
id: description
attributes:
label: Description
description: Briefly describe the bug.
placeholder: Describing the expected versus the current behaviour will help us to understand where we should assign the investigation of this issue.
validations:
required: true
- type: textarea
id: repro_steps
attributes:
label: Reproduction Steps
description: Provide step-by-step instructions for reproducing the issue.
placeholder: Please provide a public URL and ideally a reduced test case that exhibits only your issue and nothing else.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant Logs
description: Optionally paste any relevant log output here.
placeholder: Paste plain-text logs here (e.g. console warnings or errors from Chrome DevTools). They will automatically be formatted as code.
render: shell
- type: dropdown
id: browsers
attributes:
label: Browser(s) Affected
description: Select one or more browser(s).
multiple: true
options:
- Chrome
- Firefox
- Safari
- Edge
- UC Browser
validations:
required: true
- type: input
id: version
attributes:
label: AMP Version Affected
description: If applicable, indicate a version in the format YYMMDDHHMMXXX. Otherwise just put down 'latest'.
placeholder: e.g. 2101280515000
validations:
required: true