This is an automated email from the ASF dual-hosted git repository.
kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 6b82ccc Added contributing file (#5)
6b82ccc is described below
commit 6b82ccca43e65f5b9cc3e7aa7fc2ed119d1cfd17
Author: Keith Turner <[email protected]>
AuthorDate: Tue Sep 26 11:21:03 2017 -0400
Added contributing file (#5)
---
CONTRIBUTING.md | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..96781e3
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,27 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+# Contributing to Fluo Docker
+
+Checkout [How to Contribute][contribute] for general instructions on
contributing to Fluo
+projects.
+
+Before making a pull request to this project see if the `docker build` command
mentioned in
+the [README](README.md) runs successfully. If it does not succeed and you are
unsure why, then go
+ahead and create the pull request with a comment about the failure.
+
+[contribute]: https://fluo.apache.org/how-to-contribute/
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].