diff --git a/README.md b/README.md index efebf033..707a40c9 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,7 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. +=================== + + +Just add my new file 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/build file b/build/build file new file mode 100644 index 00000000..07addbdb --- /dev/null +++ b/build/build file @@ -0,0 +1 @@ +test for folder creation diff --git a/file_swagger.md b/file_swagger.md new file mode 100644 index 00000000..2c42e00f --- /dev/null +++ b/file_swagger.md @@ -0,0 +1 @@ +This is the content for my new file. diff --git a/first-file.md b/first-file.md new file mode 100644 index 00000000..ad1d648d --- /dev/null +++ b/first-file.md @@ -0,0 +1 @@ +This is the content for my first file.