Переглянути джерело

change 'describe' to 'description' and improve contributing doc

idoko 5 роки тому
батько
коміт
399f44515f
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      docs/contributing.md

+ 1 - 1
docs/contributing.md

@@ -83,4 +83,4 @@ If any errors are reported, you should normally fix the offending code. However,
 .. Tip:: If you need a project to test the generated doc output on, you can use `this <http://github.com/shalvah/thecensorshipapi>`_. Replace the path in the :code:`repositories` section of the :code:`composer.json` to point to your local clone of Scribe.
 ```
 
-- Add a short description to your PR (except it's so simple it fits in the title), so the reviewer knows what to look out for before looking through your changes. If you're fixing a bug, include a describe its behaviour and what your fix was. If you're adding a feature, explain what it is and why.
+- Add a short description to your PR (except it's so simple it fits in the title), so the reviewer knows what to look out for before looking through your changes. If you're fixing a bug, include a description of its behaviour and how your fix resolves it. If you're adding a feature, explain what it is and why.