From d7b74e293ef775ae05dac409dda88f6745037bad Mon Sep 17 00:00:00 2001 From: Sakib Hasan Date: Wed, 16 Aug 2017 14:37:10 -0400 Subject: [PATCH] Create Issue and PR Templates (#36) * create issue template * create pr template --- .github/ISSUE_TEMPLATE.md | 43 ++++++++++++++++---------------- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++--- 2 files changed, 27 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ccc915a..795176c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,36 +1,37 @@ -### Bug or feature request +# Description/Steps to reproduce -- [ ] Bug -- [ ] Feature request +# Link to reproduction sandbox -### Description of feature (or steps to reproduce if bug) + +# Expected result -### Link to sample repo to reproduce issue (if bug) - - - -### Expected result - - - -### Actual result (if bug) - - - -### Additional information (Node.js version, LoopBack version, etc) + +# Additional information + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d2b240f..368cb4c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,17 +6,18 @@ -- None +- connect to ### Checklist - [ ] New tests added or existing tests modified to cover all changes