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

Commit

Permalink
Merge branch 'master' into issue-323-function-and-promise-support-for…
Browse files Browse the repository at this point in the history
…-webpack
  • Loading branch information
EverlastingBugstopper authored Aug 15, 2019
2 parents bdc59b5 + c00b5a9 commit 031f423
Show file tree
Hide file tree
Showing 51 changed files with 1,195 additions and 542 deletions.
35 changes: 15 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
---
title: 'Bug report'
name: 🐛 Bug report
about: Something's not quite right? You're in the right place!
labels: user report
---

### 🐛 Bug Report

<!-- Please answer these questions before submitting your issue. Thanks! -->
<!--
Please fill out each section below before submitting your 🐛 bug report.
#### What version of Wrangler are you using (`wrangler -V`)?
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/
Thanks! -->

<pre>
$ wrangler -V
#### Environment

</pre>

#### Does this issue reproduce with the latest release?



#### What environment are you using?
* operating system:
* rustc version:
* node version:
* output of `rustc -V`:
* output of `node -v`:
* output of `wrangler -V`:

#### What did you do?
#### Steps to reproduce

<!--
If possible, provide a recipe for reproducing the error.
-->
<!-- Clear steps describing how to reproduce the issue. If you have a repository that exhibits the problem, please link it! -->

#### What did you expect to see?



#### What did you see instead?
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
---
title: 'Feature request'
name: 💡 Feature request
about: Suggest a feature for wrangler
labels: user report
---

### 💡 Feature request

<!-- Please answer these questions before submitting your issue. Thanks! -->
<!--
Please fill out each section below before submitting your 💡 feature request.
Before opening a new issue, please search for existing issues: https://github.com/cloudflare/wrangler/issues
Thanks! -->

#### Overview and problem statement

Brief explanation of the requested feature, and a description of the problem it would solve.

#### Basic example

Include a basic code example of this new feature if possible. Omit this section if not applicable.
486 changes: 486 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 031f423

Please sign in to comment.