From fbf2d0754645b42613ee8706a161dc4959c783d0 Mon Sep 17 00:00:00 2001 From: wongband Date: Fri, 1 May 2020 20:18:19 -0700 Subject: [PATCH 1/2] Added master pull request template --- .../pull-request-master.md | 17 +++++++++++++++++ .../{pull_request.md => pull-request-new-ui.md} | 0 2 files changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull-request-master.md rename .github/PULL_REQUEST_TEMPLATE/{pull_request.md => pull-request-new-ui.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull-request-master.md b/.github/PULL_REQUEST_TEMPLATE/pull-request-master.md new file mode 100644 index 0000000..3ed201f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull-request-master.md @@ -0,0 +1,17 @@ +--- +name: Merge request to master +about: A merge request used to merge changes into master +title: '' +labels: '' +assignees: '' + +--- + +**What did you implement/accomplish in this pull request** +A clear and concise description of what you did and the changes tht you are merging. + +**What are the issues that you want to close** +Link the issues that you want to close: +You can use the 'close' keyword to close an issue automatically +- close #ISSUE_NUMBER (ex: close #1) + diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull-request-new-ui.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request.md rename to .github/PULL_REQUEST_TEMPLATE/pull-request-new-ui.md From 38a308a332106b6e48f512bb4a2bede354bbd83e Mon Sep 17 00:00:00 2001 From: wongband Date: Fri, 1 May 2020 20:32:03 -0700 Subject: [PATCH 2/2] Updated pull req templates --- .github/PULL_REQUEST_TEMPLATE/pull-request-master.md | 9 --------- .github/PULL_REQUEST_TEMPLATE/pull-request-new-ui.md | 9 --------- 2 files changed, 18 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull-request-master.md b/.github/PULL_REQUEST_TEMPLATE/pull-request-master.md index 3ed201f..79476c8 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull-request-master.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull-request-master.md @@ -1,12 +1,3 @@ ---- -name: Merge request to master -about: A merge request used to merge changes into master -title: '' -labels: '' -assignees: '' - ---- - **What did you implement/accomplish in this pull request** A clear and concise description of what you did and the changes tht you are merging. diff --git a/.github/PULL_REQUEST_TEMPLATE/pull-request-new-ui.md b/.github/PULL_REQUEST_TEMPLATE/pull-request-new-ui.md index 50fad35..03952fc 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull-request-new-ui.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull-request-new-ui.md @@ -1,12 +1,3 @@ ---- -name: Merge request to new-ui -about: A merge request used to merge changes into new-ui -title: '' -labels: '' -assignees: '' - ---- - **What did you implement/accomplish in this pull request** A clear and concise description of what you did and the changes tht you are merging.