Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Update bug report template link to "update CLI" docs #1526

Merged
merged 3 commits into from
Sep 11, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: 🐛 Bug report
name: "\U0001F41B Bug report"
about: Something's not quite right? You're in the right place!
title: ''
labels: user report
assignees: ''

---

### 🐛 Bug Report
Expand All @@ -11,7 +14,7 @@ labels: user report

Before opening a new issue, please:
* search for existing issues: https://github.com/cloudflare/wrangler/issues
* make sure you are using the latest release: https://workers.cloudflare.com/docs/quickstart/updating-the-cli/
* make sure you are using the latest release: https://developers.cloudflare.com/workers/cli-wrangler/install-update#update

Thanks! -->

Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: 💡 Feature request
name: "\U0001F4A1 Feature request"
about: Suggest a feature for wrangler
title: ''
labels: user report
assignees: ''

---

### 💡 Feature request
Expand Down