From 6f42144f6b0258cb46dc796c9251f57c72b23ee8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Oct 2019 13:37:02 +0200 Subject: Add CONTRIBUTING.md that points to our Community page --- CONTRIBUTING.md | 3 +++ buildfile | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md 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 14082a2..5a9ff2e 100644 --- a/buildfile +++ b/buildfile @@ -2,7 +2,9 @@ # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: {*/ -build/ -web/} doc{LICENSE NEWS README INSTALL*} manifest +./: {*/ -build/ -web/} \ + doc{LICENSE NEWS README INSTALL* CONTRIBUTING.md} \ + manifest # Don't install tests or the INSTALL* files. # -- cgit v1.1