From d7dd85c64f81142fe0326388e111179d7e99dbfd Mon Sep 17 00:00:00 2001 From: Thomas Treffry Date: Sun, 5 Apr 2015 20:19:29 -0700 Subject: [PATCH] Update formatting Remove periods from bullet points for consistency with rest of document --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5df3b4e2..19e56ef6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,8 +123,8 @@ Jasmine uses the [Jasmine NPM package](http://github.com/jasmine/jasmine-npm) to ## Submitting a Pull Request 1. Revert your changes to `jasmine.js` and `jasmine-html.js` - * We do this because `jasmine.js` and `jasmine-html.js` are auto-generated (as you've seen in the previous steps) and accepting multiple pull requests when this auto-generated file changes causes lots of headaches. -1. When we accept your pull request, we will generate these files as a separate commit and merge the entire branch into master. + * We do this because `jasmine.js` and `jasmine-html.js` are auto-generated (as you've seen in the previous steps) and accepting multiple pull requests when this auto-generated file changes causes lots of headaches +1. When we accept your pull request, we will generate these files as a separate commit and merge the entire branch into master Note that we use Travis for Continuous Integration. We only accept green pull requests.