diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..e208459 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..355fd70 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/pull-request-tutorial.iml b/.idea/pull-request-tutorial.iml new file mode 100644 index 0000000..74b8279 --- /dev/null +++ b/.idea/pull-request-tutorial.iml @@ -0,0 +1,9 @@ + + + + + + + + +1111 diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Readme.md b/Readme.md index 3fe949d..ecf4366 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ # Pull Request Tutorial - +12345 ## What is a Pull Request? From Github's [Using Pull Requests Page](https://help.github.com/articles/using-pull-requests) > Pull requests let you tell others about changes you've pushed to a GitHub repository. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary.