From 673079c071ff42eab0da5d9ed208e1a27104976f Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Thu, 19 Jan 2017 07:30:21 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf1a22a76b5..9b0b6487ea1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ Now open `baseURL` in a browser and navigate to the content that you're editing $ git push origin fix_that_thing ``` -1. Submit a [Pull Request](https://help.github.com/articles/using-pull-requests/) for the branch you just pushed. +1. Submit a [Pull Request](https://help.github.com/articles/using-pull-requests/) for the branch you just pushed. Please title the pull request according to the event affected, i.e., `[CHI-2017] Add Bluth Company as a sponsor` 1. Take a break - you've earned it! 1. When a commit is merged to `master` on GitHub (ideally via a PR reviewed by at least one other person), `Netlify` (a build tool) will automatically build the site and publish it to [http://www.devopsdays.org](http://www.devopsdays.org).