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..79476c8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull-request-master.md @@ -0,0 +1,8 @@ +**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 65% rename from .github/PULL_REQUEST_TEMPLATE/pull_request.md rename to .github/PULL_REQUEST_TEMPLATE/pull-request-new-ui.md index 50fad35..03952fc 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request.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.