From 5bffcf24c96cad3d5e210f4d0fdc45704d7c6444 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Wed, 27 Jul 2016 17:58:26 +0200 Subject: [PATCH 1/2] Create CONTRIBUTING.rst --- CONTRIBUTING.rst | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 000000000..d9ac76769 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,42 @@ + +======================= +Contribution Guidelines +======================= + +Introduction +------------ + +Thank you for considering to contribute to the Common Workflow Language community repository of workflow and tool descriptions. +It is people like you that power this community effort! + +Following these guidelines helps to communicate that you respect the time of the community members managing and developing this +open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping +you finalize your pull requests. + +We welcome enhancements and fixes to existing tool or workflow descriptions along with new contributions. We equally +value documentation, tutorials, issue reporting, and peer support. + +General CWL support questions are best posted to `Biostars.org under the CWL tag `_. + +------------ +Ground Rules +------------ + +The CWL Project is dedicated to providing a harassment-free experience for everyone, regardless of gender, gender identity and +expression, sexual orientation, disability, physical appearance, body size, age, race, or religion. We do not tolerate +harassment of participants in any form. + +This code of conduct applies to all CWL Project spaces, including the Google Group, the Gitter chat room, the Google Hangouts +chats, both online and off. Anyone who violates this code of conduct may be sanctioned or expelled from these spaces at the +discretion of the leadership team. + +For more details, see our `Code of Conduct `_ + +---------------------- +Portability Guidelines +---------------------- + +This section, like the rest of this project, is a work in progress. + +- Put ``DockerRequirement`` and ``SoftwareRequirement`` under ``hints``, not ``requirements`` + From f7a4be72a8aa952ad9553a114184043fb5d3fe30 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Wed, 27 Jul 2016 18:00:45 +0200 Subject: [PATCH 2/2] Add attribution :-) --- CONTRIBUTING.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d9ac76769..f07526687 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -40,3 +40,8 @@ This section, like the rest of this project, is a work in progress. - Put ``DockerRequirement`` and ``SoftwareRequirement`` under ``hints``, not ``requirements`` +----- +Misc. +----- + +Parts of this document were inspired from https://github.com/nayafia/contributing-template/blob/master/CONTRIBUTING-template.md