Skip to content

Commit

Permalink
added contributing.md and issue_template file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 7, 2016
1 parent a3340bc commit 4cd7e01
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ README.Rmd
^CONDUCT\.md$
^cran-comments\.md$
^revdep$
^issue_template\.md$
^CONTRIBUTING\.md$
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# CONTRIBUTING #

### Please contribute!

We love collaboration.

### Bugs?

* Submit an issue on the [Issues page](https://github.com/ropensci/rgbif/issues)

### Code contributions

* Fork this repo to your Github account
* Clone your version on your account down to your machine from your account, e.g,. `git clone https://github.com/<yourgithubusername>/rgbif.git`
* Make sure to track progress upstream (i.e., on our version of `rgbif` at `ropensci/rgbif`) by doing `git remote add upstream https://github.com/ropensci/rgbif.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
* Make your changes (bonus points for making changes on a new feature branch)
* Push up to your account
* Submit a pull request to home base at `ropensci/rgbif`

### Also, check out our [discussion forum](https://discuss.ropensci.org)

### Prefer to Email? Get in touch: [scott@ropensci.org](mailto:scott@ropensci.org)

### Thanks for contributing!
5 changes: 5 additions & 0 deletions issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- 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. If not, delete all this and proceed :) -->

```
```

0 comments on commit 4cd7e01

Please sign in to comment.