aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fa23190..f7b5026 100644
--- a/buildfile
+++ b/buildfile
@@ -3,7 +3,7 @@
# license : MIT; see accompanying LICENSE file
./: {*/ -build/ -config/ -old-tests/} \
- doc{INSTALL LICENSE NEWS README} \
+ doc{INSTALL LICENSE NEWS README CONTRIBUTING.md} \
file{INSTALL.cli bootstrap* config.guess config.sub} manifest
# Don't install tests or the INSTALL file.