Skip to content

Commit

Permalink
Merge pull request #83 from j4s/f81
Browse files Browse the repository at this point in the history
f81
  • Loading branch information
in4s authored Feb 25, 2019
2 parents f9205e4 + 7d82933 commit cdb1e37
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/---bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "🚨 BUG"
about: Create a report to help us improve
title: "🚨 "
labels: bug
assignees: ''
assignees: in4s

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/---feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "✳️ FEATURE"
about: Suggest an idea for this project
title: ""
labels: enhancement
assignees: ''
assignees: in4s

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/---refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "\U0001F6E0 REFACTORING"
about: Making the code better
title: "\U0001F6E0 "
labels: refactoring
assignees: ''
assignees: in4s

---

Expand Down
16 changes: 12 additions & 4 deletions .github/ISSUE_TEMPLATE/---release-a-new-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/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
- [ ] Unpin this issue

0 comments on commit cdb1e37

Please sign in to comment.