Skip to content
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
214 changes: 107 additions & 107 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -1,107 +1,107 @@
---
name: "\U0001F41B Bug Report"
about: Incorrect Output or something is not working as expected
---
<!---
Thanks for filing an issue 😄! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have asked the same thing before!
If you have a support request or question please submit them to the #minify channel on babeljs slack: https://babeljs.slack.com/messages/minify
Also have a look at the Debugging guidelines: https://github.com/babel/minify/blob/master/CONTRIBUTING.md#debugging
-->
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
**To Reproduce**
Minimal code to reproduce the bug
```js
```
**Actual Output**
If there is no Error thrown,
<!-- Provide the pretty Printed output of the minified code. -->
```js
```
**Expected Output**
<!-- What should have been the expected output? Provide a pretty printed version of the expected output -->
```js
```
**Stack Trace**
If applicable,
<!--
Please provide the full stack trace of the error thrown
-->
```
```
**Configuration**
How are you using babel-minify?
<!--
babel-minify can be used in different ways with different tools. The following are some of the options
* babel-preset-minify in babelrc
* babel-minify Node API (or) CLI
* gulp-babel-minify
* rollup-plugin-babel-minify
* babel-minify-webpack-plugin
* etc...
State how you're using babel-minify.
-->
`babel-minify CLI`
babel-minify version: `0.4.1`
babel version : `7.0.0-beta.46`
babel-minify-config:
```json5
{
removeConsole: true,
keepFnNames: true
}
```
babelrc:
<!--
If you're using babel-preset-minify directly with other plugins or presets - all running through a single babel transformation pipeline, provide the babel configuration
-->
```json5
{
plugins: [],
presets: []
}
```
**Possible solution**
<!-- If you have suggestions on a fix/reason for the bug, add them here -->
**Additional context**
<!-- Add any other context about the problem here. -->
---
name: "\U0001F41B Bug Report"
about: Incorrect Output or something is not working as expected

---

<!---
Thanks for filing an issue 😄! Before you submit, please read the following:

Search open/closed issues before submitting since someone might have asked the same thing before!

If you have a support request or question please submit them to the #minify channel on babeljs slack: https://babeljs.slack.com/messages/minify

Also have a look at the Debugging guidelines: https://github.com/babel/minify/blob/master/CONTRIBUTING.md#debugging
-->

**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**

Minimal code to reproduce the bug

```js
```

**Actual Output**

If there is no Error thrown,

<!-- Provide the pretty Printed output of the minified code. -->

```js
```

**Expected Output**

<!-- What should have been the expected output? Provide a pretty printed version of the expected output -->

```js
```

**Stack Trace**

If applicable,

<!--
Please provide the full stack trace of the error thrown
-->

```

```

**Configuration**

How are you using babel-minify?

<!--
babel-minify can be used in different ways with different tools. The following are some of the options

* babel-preset-minify in babelrc
* babel-minify Node API (or) CLI
* gulp-babel-minify
* rollup-plugin-babel-minify
* babel-minify-webpack-plugin
* etc...

State how you're using babel-minify.
-->

`babel-minify CLI`

babel-minify version: `0.4.1`

babel version : `7.0.0-beta.46`

babel-minify-config:

```json5
{
removeConsole: true,
keepFnNames: true
}
```

babelrc:

<!--
If you're using babel-preset-minify directly with other plugins or presets - all running through a single babel transformation pipeline, provide the babel configuration
-->

```json5
{
plugins: [],
presets: []
}
```

**Possible solution**

<!-- If you have suggestions on a fix/reason for the bug, add them here -->

**Additional context**

<!-- Add any other context about the problem here. -->
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: "\U0001F680 Feature Request"
about: Suggest an idea for this project
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
---
name: "\U0001F680 Feature Request"
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.