Skip to content

Commit 5de8788

Browse files
Create Issue Template
1 parent 51a6c1f commit 5de8788

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Please only file bugs/feature requests for rollup-plugin-closure-compiler here.**
8+
9+
- If you have questions about how to use AMP or other general questions about AMP please ask them on Stack Overflow under the AMP HTML tag instead of filing an issue here: http://stackoverflow.com/questions/tagged/amp-html
10+
- If you have questions/issues related to Google Search please ask them in Google's AMP forum instead of filing an issue here: https://goo.gl/utQ1KZ
11+
12+
Still here? Great! What's happening with rollup-plugin-closure-compiler? Delete everything except the headers (including this text).
13+
14+
## What's the issue?
15+
16+
Briefly describe the bug/feature request.
17+
18+
## How do we reproduce the issue?
19+
20+
We'll likely need to know:
21+
1. Your Rollup configuration.
22+
2. Error logs from your console when invoking Rollup with this plugin present.
23+
3. Error logs when this plugin is removed from your Rollup configuration.
24+
25+
If this is a feature request you can use this section to point to a prototype/mockup that will help us understand the request.
26+
27+
## Additional context
28+
29+
Add any other context about the problem here.

0 commit comments

Comments
 (0)