Updated Submitting Changes (markdown) authored by williamfgc's avatar williamfgc
...@@ -3,7 +3,7 @@ Submitting changes is a four step process: ...@@ -3,7 +3,7 @@ Submitting changes is a four step process:
1. Create a topic branch with ```git checkout``` 1. Create a topic branch with ```git checkout```
2. Make changes to the code, commit and push to your fork 2. Make changes to the code, commit and push to your fork
3. Submit a pull request (PR) on GitHub 3. Submit a pull request (PR) on GitHub
4. Make changes until all tests are passed 4. Make changes until all tests are verified
### Create a topic branch ### Create a topic branch
... ...
......