]> source.dussan.org Git - poi.git/commitdiff
fix formatting: 2nd level indentation
authorJaven O'Neal <onealj@apache.org>
Mon, 27 Feb 2017 05:56:41 +0000 (05:56 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 27 Feb 2017 05:56:41 +0000 (05:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1784505 13f79535-47bb-0310-9956-ffa450edef68

README.rst

index 0c327ff75b35f192a041ab25e09378420a9366ca..4e6e4abbe43567ff8cd64331818744f460462be2 100644 (file)
@@ -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/