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
Go to https://github.com/contributor/oshi and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.
77
+
Go to https://github.com/yournamehere/oshi and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.
80
78
81
79
#### Rebase
82
80
83
-
If you've been working on a change for a while, rebase with upstream/master.
81
+
If you've been working on a change for a while and other commits have been made to the project, rebase with upstream/master.
84
82
85
83
```
86
84
git fetch upstream
@@ -96,7 +94,7 @@ Update the [CHANGELOG](CHANGELOG.md) with the pull request number. A typical ent
Go back to your pull request after a few minutes and see whether it passed muster with Travis-CI. Everything should look green, otherwise fix issues and amend your commit as described above.
106
+
Go back to your pull request after a few minutes and see whether it passed muster with Travis-CI.
107
+
Everything should look green, otherwise read the Travis log to identify failed tests or compile erros.
108
+
Fix issues and amend your commit as described above.
0 commit comments