aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-10-02 13:37:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-10-02 13:37:01 +0200
commit24891ac6beaa8c7847691ff1169662f6bc33d231 (patch)
treeccd5cf1686a565290d68287bf9a1575eb10d6fc5
parent75438f6f87130cea42c3f3b96400abcfa37beecb (diff)
Add CONTRIBUTING.md that points to our Community page
-rw-r--r--CONTRIBUTING.md3
-rw-r--r--buildfile2
2 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..a3216bb
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,3 @@
+This project is part of the `build2` toolchain; see its
+[Community](https://build2.org/community.xhtml) page for various ways to
+contribute.
diff --git a/buildfile b/buildfile
index 582ed01..6500356 100644
--- a/buildfile
+++ b/buildfile
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest
+./: {*/ -build/} doc{INSTALL LICENSE NEWS README CONTRIBUTING.md} manifest
# Don't install tests or the INSTALL file.
#