You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2016/10/12 17:09:08 UTC

drill git commit: update contribution guidelines with a link to design doc

Repository: drill
Updated Branches:
  refs/heads/gh-pages 8d1801d0b -> f214350b9


update contribution guidelines with a link to design doc


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/f214350b
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/f214350b
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/f214350b

Branch: refs/heads/gh-pages
Commit: f214350b96adbdf98fd1e76359479e2531f97ef8
Parents: 8d1801d
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Wed Oct 12 10:07:41 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Wed Oct 12 10:07:41 2016 -0700

----------------------------------------------------------------------
 .../010-apache-drill-contribution-guidelines.md                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/f214350b/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md b/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
index f999994..00c417a 100644
--- a/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
+++ b/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
@@ -1,6 +1,6 @@
 ---
 title: "Apache Drill Contribution Guidelines"
-date: 2016-05-26 19:04:18 UTC
+date: 2016-10-12 17:07:42 UTC
 parent: "Contribute to Drill"
 ---
 Disclaimer: These contribution guidelines are largely based on Apache Hive
@@ -28,7 +28,7 @@ First, you need the Drill source code. You can use Git to put the source code on
 
 ## Step 2: Get approval and modify the source code.
 
-Before you start, send a message to the [Drill developer mailing list](http://mail-archives.apache.org/mod_mbox/drill-dev/) or file a bug report in [JIRA](https://issues.apache.org/jira/browse/DRILL) describing your proposed changes. Doing this helps to verify that your changes will work with what others are doing and have planned for the project. Be patient, it may take folks a while to understand your requirements.
+Before you start, send a message to the [Drill developer mailing list](http://mail-archives.apache.org/mod_mbox/drill-dev/) or file a bug report in [JIRA](https://issues.apache.org/jira/browse/DRILL) describing your proposed changes. Doing this helps to verify that your changes will work with what others are doing and have planned for the project. Be patient, it may take folks a while to understand your requirements. For detailed designs, the Drill team uses [this design document template](https://docs.google.com/document/d/1PnBiOMV5mYBi5N6fLci-bRTva1gieCuxwlSYH9crMhU/edit?usp=sharing).
 
 Once your suggested changes are approved, you can modify the source code and add some features using your favorite IDE.