-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added .github folder, and rbuildignore it, dont rbuildignore news.md
- Loading branch information
Showing
4 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/traits/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>/traits.git` | ||
* Make sure to track progress upstream (i.e., on our version of `traits` at `ropensci/traits`) by doing `git remote add upstream https://github.com/ropensci/traits.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/traits` | ||
|
||
### Also, check out our [discussion forum](https://discuss.ropensci.org) | ||
|
||
### Prefer to Email? Get in touch: [[email protected]](mailto:[email protected]) | ||
|
||
### Thanks for contributing! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 :) --> | ||
|
||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!--- Provide a general summary of your changes in the Title above --> | ||
|
||
## Description | ||
<!--- Describe your changes in detail --> | ||
|
||
## Related Issue | ||
<!--- if this closes an issue make sure include e.g., "fix #4" | ||
or similar - or if just relates to an issue make sure to mention | ||
it like "#4" --> | ||
|
||
## Example | ||
<!--- if introducing a new feature or changing behavior of existing | ||
methods/functions, include an example if possible to do in brief form --> | ||
|
||
<!--- Did you remember to include tests? Unless you're just changing | ||
grammar, please include new tests for your change --> |