You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,22 @@
8
8
9
9
[this should explain **why** the current behaviour is a problem and why the expected output is a better solution.]
10
10
11
+
**Note**: We receive a lot of issues on our GitHub tracker, so it is very possible that your issue has been posted before. Please check first before submitting so that we do not have to handle and close duplicates!
12
+
13
+
**Note**: Many problems can be resolved by simply upgrading `pandas` to the latest version. Before submitting, please check if that solution works for you. If possible, you may want to check if `master` addresses this issue, but that is not necessary.
14
+
15
+
For documentation-related issues, you can check the latest versions of the docs on `master` here:
16
+
17
+
https://pandas-docs.github.io/pandas-docs-travis/
18
+
19
+
If the issue has not been resolved there, go ahead and file it in the issue tracker.
20
+
11
21
#### Expected Output
12
22
13
23
#### Output of ``pd.show_versions()``
14
24
15
25
<details>
16
-
# Paste the output here pd.show_versions() here
26
+
27
+
[paste the output of ``pd.show_versions()`` here below this line]
See the full instructions for [installing from source](http://pandas.pydata.org/pandas-docs/stable/install.html#installing-from-source).
200
+
See the full instructions for [installing from source](https://pandas.pydata.org/pandas-docs/stable/install.html#installing-from-source).
201
201
202
202
## License
203
-
BSD
203
+
[BSD 3](LICENSE)
204
204
205
205
## Documentation
206
-
The official documentation is hosted on PyData.org: http://pandas.pydata.org/pandas-docs/stable/
206
+
The official documentation is hosted on PyData.org: https://pandas.pydata.org/pandas-docs/stable
207
207
208
208
The Sphinx documentation should provide a good starting point for learning how
209
209
to use the library. Expect the docs to continue to expand as time goes on.
@@ -223,7 +223,7 @@ Most development discussion is taking place on github in this repo. Further, the
223
223
## Contributing to pandas
224
224
All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.
225
225
226
-
A detailed overview on how to contribute can be found in the **[contributing guide.](http://pandas.pydata.org/pandas-docs/stable/contributing.html)**
226
+
A detailed overview on how to contribute can be found in the **[contributing guide.](https://pandas.pydata.org/pandas-docs/stable/contributing.html)**
227
227
228
228
If you are simply looking to start working with the pandas codebase, navigate to the [GitHub “issues” tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?labels=Docs&sort=updated&state=open) and [Difficulty Novice](https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty+Novice%22) where you could start out.
0 commit comments