Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josesho authored May 22, 2019
1 parent cb153e3 commit d0d0e99
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Contributing to dabestr

## Did you find a bug?
- Ensure the bug was not already reported by searching in [Issues](https://github.com/ACCLAB/dabestr/issues). Check that the bug hasn't been addressed in a closed issue.

- If the bug isn't being addressed, open a new one. Be sure to include a title and clear description, and a [minimally reproducible code sample](http://adv-r.had.co.nz/Reproducibility.html) demonstrating the expected behavior that is not occurring.

## Did you write a patch that fixes a bug?
- Open a new GitHub pull request with the patch.

- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

## Do you intend to add a new feature or change an existing one?
- Suggest your change by opening an issue, and adding an Enhancement tag.
- If the maintainers and the community are in favour, create a fork and start writing code.


dabestr is a community tool for estimation statistics and analysis. We look forward to more robust and more elegant data visualizations from you all!

0 comments on commit d0d0e99

Please sign in to comment.