-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
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
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! |