mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 00:20:22 -07:00
CONTRIBUTING: Add missing periods
Related: https://github.com/xmonad/xmonad/issues/341
This commit is contained in:
parent
3d65a37c7e
commit
adb363a480
@ -86,7 +86,7 @@ as well!
|
|||||||
and provide a type signature; use Haddock syntax in the comments.
|
and provide a type signature; use Haddock syntax in the comments.
|
||||||
|
|
||||||
* Follow the coding style of the module that you are making changes to
|
* Follow the coding style of the module that you are making changes to
|
||||||
(`n` spaces for indentation, where to break long type signatures, …)
|
(`n` spaces for indentation, where to break long type signatures, …).
|
||||||
|
|
||||||
* New code should not introduce any new warnings. If you want to
|
* New code should not introduce any new warnings. If you want to
|
||||||
check this yourself before submitting a pull request, there is the
|
check this yourself before submitting a pull request, there is the
|
||||||
@ -98,7 +98,7 @@ as well!
|
|||||||
enforced in our GitHub CI.
|
enforced in our GitHub CI.
|
||||||
|
|
||||||
* Partial functions are to be avoided: the window manager should not
|
* Partial functions are to be avoided: the window manager should not
|
||||||
crash, so do not call `error` or `undefined`
|
crash, so do not call `error` or `undefined`.
|
||||||
|
|
||||||
* Any pure function added to the core should have QuickCheck
|
* Any pure function added to the core should have QuickCheck
|
||||||
properties precisely defining its behavior.
|
properties precisely defining its behavior.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user