From 83939fd9e3fc320397068a23061658b60bc3cc27 Mon Sep 17 00:00:00 2001 From: in4s <28087198+in4s@users.noreply.github.com> Date: Mon, 25 Feb 2019 22:44:31 +0300 Subject: [PATCH 1/2] #81 template files updated --- .github/ISSUE_TEMPLATE/---bug.md | 2 +- .github/ISSUE_TEMPLATE/---feature.md | 2 +- .github/ISSUE_TEMPLATE/---refactoring.md | 2 +- .../ISSUE_TEMPLATE/---release-a-new-version.md | 16 ++++++++++++---- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---bug.md b/.github/ISSUE_TEMPLATE/---bug.md index d30d1b8..3496c0c 100644 --- a/.github/ISSUE_TEMPLATE/---bug.md +++ b/.github/ISSUE_TEMPLATE/---bug.md @@ -3,7 +3,7 @@ name: "🚨 BUG" about: Create a report to help us improve title: "🚨 " labels: bug -assignees: '' +assignees: in4s --- diff --git a/.github/ISSUE_TEMPLATE/---feature.md b/.github/ISSUE_TEMPLATE/---feature.md index 0430043..9770284 100644 --- a/.github/ISSUE_TEMPLATE/---feature.md +++ b/.github/ISSUE_TEMPLATE/---feature.md @@ -3,7 +3,7 @@ name: "✳️ FEATURE" about: Suggest an idea for this project title: "✳ " labels: enhancement -assignees: '' +assignees: in4s --- diff --git a/.github/ISSUE_TEMPLATE/---refactoring.md b/.github/ISSUE_TEMPLATE/---refactoring.md index f101581..e1e24ed 100644 --- a/.github/ISSUE_TEMPLATE/---refactoring.md +++ b/.github/ISSUE_TEMPLATE/---refactoring.md @@ -3,7 +3,7 @@ name: "\U0001F6E0 REFACTORING" about: Making the code better title: "\U0001F6E0 " labels: refactoring -assignees: '' +assignees: in4s --- diff --git a/.github/ISSUE_TEMPLATE/---release-a-new-version.md b/.github/ISSUE_TEMPLATE/---release-a-new-version.md index f62944e..fb3d7b1 100644 --- a/.github/ISSUE_TEMPLATE/---release-a-new-version.md +++ b/.github/ISSUE_TEMPLATE/---release-a-new-version.md @@ -7,7 +7,10 @@ assignees: in4s --- +- [ ] Pin this issue; Pin it to the left +- [ ] Update RSR (optional) - [ ] git pull +- [ ] git checkout -b ReleaseISSUE_NUMBER - [ ] check PSR by running php-cs-fixer - [ ] php-cs-fixer fix . - [ ] if files was changed @@ -17,8 +20,13 @@ assignees: in4s - [ ] In README.md - [ ] In composer.json - [ ] In versions.todo -- [ ] git add . -- [ ] git commit -m "Release VERSION_NUMBER" -- [ ] git push origin develop -- [ ] https://github.com/j4s/superglobals/releases/new?tag=VERSION_NUMBER +- [ ] git add . , git commit -m "Release VERSION_NUMBER close #ISSUE_NUMBER" +- [ ] (C*rmr) Create pull request "Release VERSION_NUMBER" +- [ ] (cRM*R) Review pull request, Merge it, swapping title and description, Remove remote branch +- [ ] Remove local branch +- [ ] copy version number and run https://github.com/in4s/REPO_NAME/releases/new?tag=VERSION_NUMBER +- [ ] copy version number and save in https://github.com/in4s/REPO_NAME/issues/new/?assignees=in4s&labels=test,canProceed,Urgent&title=☑+VERSION_NUMBER+on+&body=-+%5B+%5D+Pin+this+issue%3B+Pin+it+to+the+left%0D%0A-+%5B+%5D+Run+the+test+and+complete+it%0D%0A-+%5B+%5D+Unpin+this+issue+after+closing+it +- [ ] Pin this test issue; Pin it to the left - [ ] Close milestone with current version name +- [ ] Define next minor(or major) release date (optional), set it on a new milestone +- [ ] Unpin this issue From 7d8293308a27b36d80f48cc48a68924281da034c Mon Sep 17 00:00:00 2001 From: in4s <28087198+in4s@users.noreply.github.com> Date: Mon, 25 Feb 2019 22:45:25 +0300 Subject: [PATCH 2/2] close #81 --- .github/ISSUE_TEMPLATE/---release-a-new-version.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---release-a-new-version.md b/.github/ISSUE_TEMPLATE/---release-a-new-version.md index fb3d7b1..5091df7 100644 --- a/.github/ISSUE_TEMPLATE/---release-a-new-version.md +++ b/.github/ISSUE_TEMPLATE/---release-a-new-version.md @@ -24,8 +24,8 @@ assignees: in4s - [ ] (C*rmr) Create pull request "Release VERSION_NUMBER" - [ ] (cRM*R) Review pull request, Merge it, swapping title and description, Remove remote branch - [ ] Remove local branch -- [ ] copy version number and run https://github.com/in4s/REPO_NAME/releases/new?tag=VERSION_NUMBER -- [ ] copy version number and save in https://github.com/in4s/REPO_NAME/issues/new/?assignees=in4s&labels=test,canProceed,Urgent&title=☑+VERSION_NUMBER+on+&body=-+%5B+%5D+Pin+this+issue%3B+Pin+it+to+the+left%0D%0A-+%5B+%5D+Run+the+test+and+complete+it%0D%0A-+%5B+%5D+Unpin+this+issue+after+closing+it +- [ ] copy version number and run https://github.com/j4s/superglobals/releases/new?tag=VERSION_NUMBER +- [ ] copy version number and save in https://github.com/j4s/superglobals/issues/new/?assignees=in4s&labels=test,canProceed,Urgent&title=☑+VERSION_NUMBER+on+&body=-+%5B+%5D+Pin+this+issue%3B+Pin+it+to+the+left%0D%0A-+%5B+%5D+Run+the+test+and+complete+it%0D%0A-+%5B+%5D+Unpin+this+issue+after+closing+it - [ ] Pin this test issue; Pin it to the left - [ ] Close milestone with current version name - [ ] Define next minor(or major) release date (optional), set it on a new milestone