Skip to content

Commit

Permalink
Merge branch 'master' into prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmWillShepherd committed Jun 29, 2017
2 parents 97d5b89 + a3c66b8 commit 6a9fcac
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions docs/process/first-responder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# First Responder Rotation

We have a first responder rotation. Each rotation is a week long. While first responder your duties are:

1. Triage issues.
1. Review community pull requests.
1. Address technical debt, pet bugs, etc.

The goals of the rotation are to:

1. Ensure community issues and PRs are answered in a timely manner.
1. Ensure support load is shared across the whole team.
1. Allocate time to less prioritized work.

It's kind of a [big block of cheese](https://www.youtube.com/watch?v=Vm9HZq53rqU) situation.

## Schedule

Feel free to swap around as needed.

* July 3: @niik
* July 10: @iAmWillShepherd
* July 17: @joshaber
* July 24: @shiftkey
* July 31: @iAmWillShepherd

* August 7: @joshaber
* August 14: @shiftkey
* August 21: @iAmWillShepherd
* August 28: @shiftkey

* September 4: @niik
* September 11: @joshaber
* September 18: @iAmWillShepherd
* September 25: @shiftkey
6 changes: 3 additions & 3 deletions docs/process/releasing-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ update this process.

## The Process

1. Ensure the release notes for `RELEASE_VERSION` in [`changelog.json`](../changelog.json) are up-to-date.
1. Bump `version` in [`app/package.json`](../app/package.json) to `RELEASE_VERSION`.
1. Create a new, empty entry in [`changelog.json`](../changelog.json) for `RELEASE_VERSION + 1`.
1. Ensure the release notes for `RELEASE_VERSION` in [`changelog.json`](../../changelog.json) are up-to-date.
1. Bump `version` in [`app/package.json`](../../app/package.json) to `RELEASE_VERSION`.
1. Create a new, empty entry in [`changelog.json`](../../changelog.json) for `RELEASE_VERSION + 1`.
1. Commit & push the changes.
1. Run `.release! desktop/YOUR_BRANCH to {production|test}`.
* We're using `.release` with a bang so that we don't have to wait for any current CI on the branch to finish. This might feel a little wrong, but it's OK since making the release itself will also run CI.
Expand Down

0 comments on commit 6a9fcac

Please sign in to comment.