aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2017-02-27 05:56:41 +0000
committerJaven O'Neal <onealj@apache.org>2017-02-27 05:56:41 +0000
commite36313aff1e735485dd8b6675a9be72bfd366e1c (patch)
tree985fa4455884dce55f40c81206992c033db96be3 /README.rst
parentaf663184b7c152e71e5a6d98b9462fd8ec11461d (diff)
downloadpoi-e36313aff1e735485dd8b6675a9be72bfd366e1c.tar.gz
poi-e36313aff1e735485dd8b6675a9be72bfd366e1c.zip
fix formatting: 2nd level indentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1784505 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0c327ff75b..4e6e4abbe4 100644
--- a/README.rst
+++ b/README.rst
@@ -64,14 +64,20 @@ Contributing
------------------
* Download and install svn or git, Java JDK 1.6+, and Apache Ant 1.8+ or Gradle
+
* Check out the code from svn or git
+
* Import the project into Eclipse or your favorite IDE
+
* Write a unit test:
+
* Binary formats and Common APIs: src/testcases/org/apache/poi/
* OOXML APIs only: src/ooxml/testcases/org/apache/poi/
* Scratchpad (Binary formats): src/scratchpad/testcases/org/apache/poi/
* test files: test-data/
+
* Navigate the source, make changes, and run unit tests to verify
+
* Binary formats and Common APIs: src/java/org/apache/poi/
* OOXML APIs only: src/ooxml/java/org/apache/poi/
* Scratchpad (Binary formats): src/scratchpad/src/org/apache/poi/