From dd845a1b7b093d48167d7d1b2684471d0f56548a Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 25 Feb 2018 22:05:43 +0100 Subject: [PATCH] chore: update github templates --- .github/issue_template.md | 55 +++++++++++++------------------- .github/pull_request_template.md | 36 ++++++++++----------- 2 files changed, 40 insertions(+), 51 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 93b7316fa..422c1d8fd 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,41 +1,32 @@ + + #### My reason: - - - #### Steps to reproduce: - - -#### App Version: - - -#### Config file: - - +#### App Version: +#### Config file: #### Additional information: - - - - `$ set DEBUG=express:* verdaccio` enable extreme verdaccio debug mode - - `$ npm --verbose` prints: + - `$ NODE_DEBUG=request verdaccio` display request calls (verdaccio <--> uplinks) + - `$ DEBUG=express:* verdaccio` enable extreme verdaccio debug mode (verdaccio api) + - `$ npm -ddd` prints: - `$ npm config get registry` prints: - Verdaccio terminal output - - Windows, OS X/macOS, or Linux?: + - Which (Windows, OS X/macOS, or Linux) environment are you running verdaccio?: - Verdaccio configuration file, eg: `cat ~/.config/verdaccio/config.yaml` - - - Container: - - I use local environment - - I develop / deploy using Docker. - - I deploy to a PaaS. + - Container Options: + - Docker?: + - Kubernetes?: #### Additional verbose log: + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 42b17bae5..4de3b73fb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,29 +1,27 @@ - - + * If your PR fix an issue don't forget to update the unit test and documentation in /docs folder + * If your PR delivers a new feature, please, provide examples and why such feature should be considered. + * Document your changes /docs + * Add unit test + * Follow the commit guidelines in order to get a quick approval - -**Type:** bug / feature / documentation / unit test / build +Pick one/multiple type, if none apply please suggest one, we might be included it by default + +eg: bug / feature / documentation / unit test / build + +--> +**Type:** The following has been addressed in the PR: - -* There is a related issue +* There is a related issue? * Unit or Functional tests are included in the PR - - - **Description:** -Resolves #??? - - +