-
Notifications
You must be signed in to change notification settings - Fork 292
/
ISSUE_TEMPLATE
36 lines (25 loc) · 1.04 KB
/
ISSUE_TEMPLATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## Thank you for submitting a bug report!
<!--
Ensure you try the latest version of Scattertext before submitting an issue.
Provide a description of the issue you are experiencing and what you'd expect to see.
Note that bug reports which to not follow this template are liable to be closed.
-->
## Steps to Reproduce
This is a runnable program which uses a publicliy available data set. Anyone can copy this piece of code, run it, and reproduce the issue:
```
# Here is the code snippet
```
## Expected behavior
This is is a clear description of what I expected to happen.
## Environment
- Scattertext version (e.g., 0.0.2.75):
- Have I tried running this on the latest version of Scattertext?
- OS (e.g., Linux):
- How you installed Scattertext (`conda`, `pip`, source):
- Build command you used (if compiling from source):
- Python version:
- Version of dependencies:
- Any other relevant information:
## Additional context
<!-- Add any other context about the problem here. -->
<!-- Note: this was adapated from the PyTorch issue template -->