Skip to content

Commit

Permalink
GH-12 ⚡️ Create an issue type just for a deploy (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Torres authored Jun 28, 2020
1 parent 67baac8 commit 5dabda8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Bug report
about: Create a report to help us improve
title: '🐛 bug_title'
labels: '📨 Needs Triage'
assignees: 'macintacos'
title: "\U0001F41B bug_title"
labels: "\U0001F4E8 Needs Triage"
assignees: macintacos

---

## Describe the bug
Expand Down
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/deploy-to-production.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Deploy to production
about: Create an issue to create a release and then deploy to production
title: "\U0001F6A2 Create a new release and deploy to production"
labels: "\U0001F574 Administration"
assignees: macintacos

---

## Tasks

- [ ] Create a new branch: `git checkout -b GH-<this_issue_number>`
- [ ] Run the following script (fill out the relevant information, edit the CHANGELOG so that it's appropriate): `yarn run release`
- [ ] After pushing, create a PR opened against `master` (not `develop`). It should have the same naming convention. Merge that PR.
- [ ] Switch to `develop` and `git rebase` the changes from `master` before resuming normal development
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: Propose a change
about: Suggest an idea/change for this project
title: "⚡️ change_title"
labels: '📨 Needs Triage'
assignees: 'macintacos'
labels: "\U0001F4E8 Needs Triage"
assignees: macintacos

---

## Idea
Expand Down

1 comment on commit 5dabda8

@vercel
Copy link

@vercel vercel bot commented on 5dabda8 Jun 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.