Skip to content

Commit 3e4cb95

Browse files
committed
Update issue template & README
1 parent 1d3dc3f commit 3e4cb95

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Report a bug
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Device information (please complete the following information):**
14+
- OS: [e.g. Mac OS, Window]
15+
- Browser [e.g. chrome, firefox, edge]
16+
- Extension version [e.g. 1.2.0]
17+
- Alpine.js version [eg. 3.8.0]
18+
19+
**To Reproduce**
20+
Steps to reproduce the behavior:
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. Scroll down to '....'
24+
4. See error
25+
26+
**Expected behavior**
27+
A clear and concise description of what you expected to happen.
28+
29+
**Screenshots**
30+
If applicable, add screenshots to help explain your problem.
31+
32+
**Additional context**
33+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
![Mozilla Add-on](https://img.shields.io/amo/v/alpinejs-devtools?label=firefox%20add-on)
44
![Mozilla Add-on](https://img.shields.io/amo/users/alpinejs-devtools?label=firefox%20users%20%28daily%29)
55

6+
## 🚨 Chrome Web Store Notice | 🛠️ Rewrite in Progress
7+
8+
⚠️ **The published extension is currently unavailable** due to Chrome's Manifest v3 requirements ([more info](https://github.com/alpine-collective/alpinejs-devtools/issues/419))
9+
10+
**Good news!** A compatible version is ready through our [**Paid Early Access Program**](https://github.com/sponsors/HugoDF/)
11+
12+
**Immediate Access Includes**:
13+
14+
- ✅ Component State Inspection/Editing
15+
- ⚙️ Store State Tools (_Next Release_)
16+
17+
**Multiple Tiers Available** 👉 [Explore Options](https://github.com/sponsors/HugoDF)
18+
619
# Alpine.js devtools
720

821
![Screenshot of Alpine.js devtools](docs/devtools-only.png)

0 commit comments

Comments
 (0)