You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,24 +44,23 @@ before submitting any pull requests.
44
44
git clone github.com/<githubusername>/t-route.git
45
45
```
46
46
47
-
* Make your changes to the source files
47
+
* Make a new branch and make your changes to the source files in the branch
48
48
49
49
* Add changed files to the commit ... `git add <list of your changed files>`
50
50
51
51
* ... and commit them: `git commit`
52
52
53
-
* Push the accumulated commits to your fork in GitHub: `git push`
53
+
* Push the accumulated commits to your fork/branch in GitHub: `git push`
54
54
55
55
* Open GitHub and issue a pull request.
56
56
57
-
***IMPORTANT** Keep your code updated with the upstream. with the following commands.
57
+
***IMPORTANT** Keep your master branch code up-to-date with the upstream repository using the following commands. As commits from other developers accumulate in the master, merge these into your fork prior to issuing a pull request.
0 commit comments