diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index acf7220..623d4ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -6,7 +6,7 @@ First off, thank you for considering contributing to snuffleupagus. | |||
| 6 | 6 | ||
| 7 | If you've noticed a bug or have a question, | 7 | If you've noticed a bug or have a question, |
| 8 | look at the [faq](https://snuffleupagus.readthedocs.io/faq.html) and | 8 | look at the [faq](https://snuffleupagus.readthedocs.io/faq.html) and |
| 9 | [search the issue tracker](https://github.com/nbs-system/snuffleupagus/issues) | 9 | [search the issue tracker](https://github.com/nbs-system/snuffleupagus/issues) |
| 10 | to see if someone else has already created a ticket. If not, go ahead and | 10 | to see if someone else has already created a ticket. If not, go ahead and |
| 11 | [make one](https://github.com/nbs-system/snuffleupagus/issues/new)! | 11 | [make one](https://github.com/nbs-system/snuffleupagus/issues/new)! |
| 12 | 12 | ||
| @@ -25,7 +25,7 @@ git checkout -b 325-kill-sql-injections | |||
| 25 | ### 3. Get the test suite running | 25 | ### 3. Get the test suite running |
| 26 | 26 | ||
| 27 | Just type `make coverage` or `make debug`, the testsuite should be run | 27 | Just type `make coverage` or `make debug`, the testsuite should be run |
| 28 | automatically. | 28 | automatically. Please do add tests if you're fixing a bug or adding a new feature. |
| 29 | 29 | ||
| 30 | ### 4. Did you find a bug? | 30 | ### 4. Did you find a bug? |
| 31 | 31 | ||
| @@ -70,7 +70,7 @@ Finally, go to GitHub and [make a Pull Request](https://help.github.com/articles | |||
| 70 | Travis CI will run our test suite against all supported PHP versions. We care | 70 | Travis CI will run our test suite against all supported PHP versions. We care |
| 71 | about quality, so your PR won't be merged until all tests pass. It's unlikely, | 71 | about quality, so your PR won't be merged until all tests pass. It's unlikely, |
| 72 | but it's possible that your changes pass tests in one PHP version but fail in | 72 | but it's possible that your changes pass tests in one PHP version but fail in |
| 73 | another. In that case, you'll have to setup your development environment | 73 | another. In that case, you'll have to setup your development environment |
| 74 | to use the problematic PHP version, and investigate | 74 | to use the problematic PHP version, and investigate |
| 75 | what's going on! | 75 | what's going on! |
| 76 | 76 | ||
