From a6a402b01e33e92099ca869d460283bc2d9649dd Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 5 Oct 2018 00:35:44 -0400 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e94f42f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing + +This is an open source project, and we appreciate your help! + +We use the GitHub issue tracker to discuss new features and non-trivial bugs. + +In addition to the issue tracker, [#journeys on +Slack](https://dwopen.slack.com) is the best way to get into contact with the +project's maintainers. + +To contribute code, documentation, or tests, please submit a pull request to +the GitHub repository. Generally, we expect two maintainers to review your pull +request before it is approved for merging. For more details, see the +[MAINTAINERS](MAINTAINERS.md) page.