From 0cd00edb937cff9906dbe592c8773d0f1fe2ea36 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 3 Nov 2015 15:46:22 -0600 Subject: [PATCH 1/2] Note Travis CI requirement --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7133b4..c03cccf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,7 @@ First of all, thanks for your interest in helping make SimpleMDE even better. Co ### Guidelines for contributing - The *most important* guideline for contributing is to compare against the `development` branch when creating a pull request. This allows time to test and modify code changes before merging them into the stable master branch with the next release. +- Travis CI is configured to build and verify all PRs. If your PR causes the build to fail, please add an additional commit that resolves any problems. - If you really want to earn some brownie points, create a JSFiddle that demonstrates your code changes. Seriously, this helps immensely and allows one or multiple people to easily provide feedback on the great work you've done. - When creating the JSFiddle, keep in mind that you can use http://rawgit.com for your files. - Do your best to fully test your changes. Anticipate edge-case behavior. From 9aa32df7e1bc7dbdbdff1882e84b8534e04801f8 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 3 Nov 2015 15:48:07 -0600 Subject: [PATCH 2/2] Revert "Note Travis CI requirement" This reverts commit 0cd00edb937cff9906dbe592c8773d0f1fe2ea36. --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c03cccf..b7133b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,6 @@ First of all, thanks for your interest in helping make SimpleMDE even better. Co ### Guidelines for contributing - The *most important* guideline for contributing is to compare against the `development` branch when creating a pull request. This allows time to test and modify code changes before merging them into the stable master branch with the next release. -- Travis CI is configured to build and verify all PRs. If your PR causes the build to fail, please add an additional commit that resolves any problems. - If you really want to earn some brownie points, create a JSFiddle that demonstrates your code changes. Seriously, this helps immensely and allows one or multiple people to easily provide feedback on the great work you've done. - When creating the JSFiddle, keep in mind that you can use http://rawgit.com for your files. - Do your best to fully test your changes. Anticipate edge-case behavior.