diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 6ab5f5edf..2d0c61b97 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,107 +1,107 @@ ---- -name: "\U0001F41B Bug Report" -about: Incorrect Output or something is not working as expected - ---- - - - -**Describe the bug** - - - -**To Reproduce** - -Minimal code to reproduce the bug - -```js -``` - -**Actual Output** - -If there is no Error thrown, - - - -```js -``` - -**Expected Output** - - - -```js -``` - -**Stack Trace** - -If applicable, - - - -``` - -``` - -**Configuration** - -How are you 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: - - - -```json5 -{ - plugins: [], - presets: [] -} -``` - -**Possible solution** - - - -**Additional context** - - +--- +name: "\U0001F41B Bug Report" +about: Incorrect Output or something is not working as expected + +--- + + + +**Describe the bug** + + + +**To Reproduce** + +Minimal code to reproduce the bug + +```js +``` + +**Actual Output** + +If there is no Error thrown, + + + +```js +``` + +**Expected Output** + + + +```js +``` + +**Stack Trace** + +If applicable, + + + +``` + +``` + +**Configuration** + +How are you 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: + + + +```json5 +{ + plugins: [], + presets: [] +} +``` + +**Possible solution** + + + +**Additional context** + + diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 737556bc9..64fa679ba 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -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.