Skip to content

Commit 101a00b

Browse files
committed
Edit on feature request and bug report
1 parent b73a800 commit 101a00b

5 files changed

Lines changed: 64 additions & 5 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1.
16+
2.
17+
18+
**Expected behavior**
19+
A clear and concise description of what you expected to happen.
20+
21+
**Screenshots**
22+
If applicable, add screenshots to help explain your problem.
23+
24+
**Your package version (please complete the following information):**
25+
- dabest: [e.g. 2023.3.29]
26+
- pandas:
27+
- numpy:
28+
- matplotlib:
29+
- seaborn:
30+
- scipy:
31+
32+
33+
**Additional context**
34+
Add any other context about the problem here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Is a dataset available for testing out the functionality**
20+
If yes, please leave a Google Drive link
21+
22+
**Additional context**
23+
Add any other context or screenshots about the feature request here.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Did you find a bug?
55
- 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.
66

7-
- 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.
7+
- If the bug isn't being addressed, open a new issue using the Bug report template. Be sure to fill in the necessary information, 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.
88

99

1010
## Did you write a patch that fixes a bug?
@@ -16,7 +16,7 @@
1616

1717

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

2222

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,10 @@ inclusive and productive space.
161161
### A wish list for new features
162162

163163
If you have any specific comments and ideas for new features that you
164-
would like to share with us, please fill this
165-
[form](https://docs.google.com/forms/d/1XnF-dkPFUYDPxH9WNXK0L2uU0uv2ZDy4paiCJuk_Kn0).
164+
would like to share with us, please read the [Guidelines for
165+
contributing](CONTRIBUTING.md), create a new issue using Feature request
166+
template or create a new post in [our Google
167+
Group](https://groups.google.com/g/estimationstats).
166168

167169
## Acknowledgements
168170

nbs/read_me.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"metadata": {},
174174
"source": [
175175
"### A wish list for new features\n",
176-
"If you have any specific comments and ideas for new features that you would like to share with us, please fill this [form](https://docs.google.com/forms/d/1XnF-dkPFUYDPxH9WNXK0L2uU0uv2ZDy4paiCJuk_Kn0)."
176+
"If you have any specific comments and ideas for new features that you would like to share with us, please read the [Guidelines for contributing](CONTRIBUTING.md), create a new issue using Feature request template or create a new post in [our Google Group](https://groups.google.com/g/estimationstats)."
177177
]
178178
},
179179
{

0 commit comments

Comments
 (0)