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
* Submit an issue on the [Issues page](https://github.com/databio/simpleCache/issues)
10
+
11
+
### Code contributions
12
+
13
+
* Fork this repo to your Github account
14
+
* Clone your version on your account down to your machine from your account, e.g,. `git clone https://github.com/databio/simpleCache.git`
15
+
* Make sure to track progress upstream (i.e., on our version of `simpleCache` at `databio/simpleCache`) by doing `git remote add upstream https://github.com/databio/simpleCache.git`. Before making changes make sure to pull changes in from upstream by doing either `git fetch upstream` then merge later or `git pull upstream` to fetch and merge in one step
16
+
* Make your changes (bonus points for making changes on a new feature branch)
17
+
* Push up to your account
18
+
* Submit a pull request to home base (likely master branch, but check to make sure) at `databio/simpleCache`
<!-- If this issue relates to usage of the package, whether a question, bug or similar, along with your query, please paste your devtools::session_info() or sessionInfo() into the code block below, AND include a reproducible example. If not, delete all this and proceed :) -->
0 commit comments