diff --git a/README.md b/README.md index efebf033..41c93419 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ This is a simple example repository that will be used to show how to get started How to Contribute ================= -Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. +Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. Bla diff --git a/Sandbox.java b/Sandbox.java new file mode 100644 index 00000000..5a8a8dc9 --- /dev/null +++ b/Sandbox.java @@ -0,0 +1,2 @@ +public class Sandbox { +} diff --git a/another-file b/another-file new file mode 100644 index 00000000..ef934c58 --- /dev/null +++ b/another-file @@ -0,0 +1 @@ +This file was created after the repo was forked. diff --git a/build/.gitkeep b/build/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build/.gitkeep @@ -0,0 +1 @@ + diff --git a/new_file.md b/documentation/chapter_1.md similarity index 100% rename from new_file.md rename to documentation/chapter_1.md