From b7ade5c40ad4fbc6c65ded5e578ad38b89da06e5 Mon Sep 17 00:00:00 2001 From: Boopathi Rajaa Date: Fri, 14 Jul 2017 00:47:38 +0200 Subject: [PATCH 1/2] Add ISSUE_TEMPLATE and CODEOWNERS [skip ci] --- .github/CODEOWNERS | 2 ++ .github/ISSUE_TEMPLATE.md | 49 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..24b042fcc --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +* @boopathi @vshanmugam +packages/babel-plugin-minify-builtins/* @vshanmugam diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..ddcd9113e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,49 @@ + + +#### Input Code + +```js + +``` + +#### Actual Output + + +```js + +``` + +#### Expected Output + +```js + +``` + +#### Details + From 44052dba6dcb5fd6ab02349edf34e5384ac41726 Mon Sep 17 00:00:00 2001 From: Boopathi Rajaa Date: Fri, 14 Jul 2017 10:03:22 +0200 Subject: [PATCH 2/2] Update Issue template [skip ci] --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ddcd9113e..1fd756194 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,7 +11,7 @@ Things required: For a bug: -1. A minimal code to reproduce the bug +1. Minimal code to reproduce the bug 2. Stack Trace if there is an Error thrown during minification 3. Configuration - babili configuration or babelrc 4. Whether you used it with other presets/plugins - like es2015 or env @@ -31,7 +31,7 @@ For an enhancement: ``` #### Actual Output - + ```js