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/README.md b/documentation/chapter_1.md similarity index 87% rename from README.md rename to documentation/chapter_1.md index efebf033..ced28b56 100644 --- a/README.md +++ b/documentation/chapter_1.md @@ -7,3 +7,8 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +Test +==== + +Just testing the plataform. diff --git a/newfile.txt b/newfile.txt new file mode 100644 index 00000000..52956e61 --- /dev/null +++ b/newfile.txt @@ -0,0 +1 @@ +This is content of the new file.