diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-09 13:39:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-09 14:29:41 +0100 |
commit | e15fcdd149cec662fcaf4b550ee32879bd53a591 (patch) | |
tree | 525a3f3271111ca400f02f21e5ee64d30224b43e /Makefile.am | |
parent | cb9601029ea164b86bdf997f7160d494c15d344b (diff) | |
download | patches-e15fcdd149cec662fcaf4b550ee32879bd53a591.tar patches-e15fcdd149cec662fcaf4b550ee32879bd53a591.tar.gz |
Add "Contributor Covenant".
* CODE-OF-CONDUCT: New file, adapted from
<http://contributor-covenant.org/version/1/3/0/code_of_conduct.txt>.
* doc/contributing.texi (Contributing): Mention it.
* Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4adf39ee05..760caed859 100644 --- a/Makefile.am +++ b/Makefile.am @@ -299,6 +299,7 @@ EXTRA_DIST = \ HACKING \ ROADMAP \ TODO \ + CODE-OF-CONDUCT \ .dir-locals.el \ build-aux/build-self.scm \ build-aux/hydra/gnu-system.scm \ |