Skip to content

Commit d19e139

Browse files
authored
Merge pull request #75 from josesho/master
add instructions for which branch to PR into
2 parents 0a68639 + b50d8d0 commit d19e139

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Contributing to DABEST-Python
22

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

67
- 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](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) demonstrating the expected behavior that is not occurring.
78

9+
810
## Did you write a patch that fixes a bug?
9-
- Open a new GitHub pull request with the patch.
11+
- Open a new GitHub [pull request](https://help.github.com/en/articles/about-pull-requests)(PR for short) with the patch.
12+
13+
- Create the PR into the development branch, which is indicated by `v{latest version number}_dev`.
14+
15+
- Clearly state the problem and solution in the PR description. Include the relevant [issue number](https://guides.github.com/features/issues/) if applicable.
1016

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

1318
## Do you intend to add a new feature or change an existing one?
1419
- Suggest your change by opening an issue, and adding an Enhancement tag.

0 commit comments

Comments
 (0)