diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-02 13:37:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-02 13:37:02 +0200 |
commit | e7640190cbec25aa77faedbeadb9977f6f3816b8 (patch) | |
tree | 132314f8e8138b0cc33a56dd34bcd386afdfc516 /buildfile | |
parent | 6d8ecda97c86b61d373ea6f0605246358cd2db0f (diff) |
Add CONTRIBUTING.md that points to our Community page
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: {*/ -build/} doc{INSTALL-PUBLISH LICENSE NEWS README} manifest +./: {*/ -build/} \ + doc{INSTALL-PUBLISH LICENSE NEWS README CONTRIBUTING.md} \ + manifest # Don't install tests or the INSTALL* files. # |