From dc8cd6fa7d3960d7899cf57b77b2b884de19c8a9 Mon Sep 17 00:00:00 2001 From: Susrutha Modepalli Date: Sun, 28 Jan 2018 19:33:34 -0800 Subject: [PATCH 1/2] added CONTRIBUTING and ROADMAP documents --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..9c0894f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ + + + +CONTRIBUTING .MD + + +This file should contain instructions for rules on how to contribute to this repo. From 4f1fe51d1bf2228d33629c9d73036c4e79c0fc23 Mon Sep 17 00:00:00 2001 From: Susrutha Modepalli Date: Sun, 28 Jan 2018 19:39:15 -0800 Subject: [PATCH 2/2] added missing files - README and ROADMAP --- README.md | 2 ++ ROADMAP.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 ROADMAP.md diff --git a/README.md b/README.md index 10592d0..3a078f6 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,5 @@ After you clone the repository or unzip the zip file, you should have a director All examples in this book were developed and tested using Java SE Development Kit 8. If you are using a more recent version, the examples in this book should still work. If you are using an older version, some of them may not. + +Susrutha updated \ No newline at end of file diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..7487916 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,3 @@ + + +This file contains the road map for this project. \ No newline at end of file