From a07fb033b76f04ee0243bcd5a55d4fecba7a31d6 Mon Sep 17 00:00:00 2001 From: Pat Schloss Date: Mon, 22 Feb 2016 10:54:40 -0500 Subject: [PATCH] Add CONTRIBUTING page placeholder --- CONTRIBUTING.md | 7 +++++++ README.md | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f7fab1d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing to MY_NEW_PROJECT + +Complete the following for your project... + +* Steps for creating good issues or pull requests. +* Links to external documentation, mailing lists, or a code of conduct. +* Community and behavioral expectations. diff --git a/README.md b/README.md index e31b7f9..3985845 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ Overview -------- project - |- README # the top level description of content - | + |- README # the top level description of content (this doc) + |- CONTRIBUTING # instructions for how to contribute to your project + | |- doc/ # documentation for the study | |- notebook/ # preliminary analyses (dead branches of analysis) | +- paper/ # manuscript(s), whether generated or not