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/CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Whether you are a novice or experienced software developer, all contributions and suggestions are welcome!
4
4
5
-
Our main contributing guide can be found [in this repo](https://github.com/pandas-dev/pandas/blob/master/doc/source/development/contributing.rst) or [on the website](https://pandas-docs.github.io/pandas-docs-travis/development/contributing.html). If you do not want to read it in its entirety, we will summarize the main ways in which you can contribute and point to relevant sections of that document for further information.
5
+
Our main contributing guide can be found [in this repo](https://github.com/pandas-dev/pandas/blob/master/doc/source/development/contributing.rst) or [on the website](https://pandas.pydata.org/docs/dev/development/contributing.html). If you do not want to read it in its entirety, we will summarize the main ways in which you can contribute and point to relevant sections of that document for further information.
about: Create a bug report to help us improve pandas
5
+
title: "BUG:"
6
+
labels: "Bug, Needs Triage"
7
+
8
+
---
9
+
10
+
-[ ] I have checked that this issue has not already been reported.
11
+
12
+
-[ ] I have confirmed this bug exists on the latest version of pandas.
13
+
14
+
-[ ] (optional) I have confirmed this bug exists on the master branch of pandas.
15
+
16
+
---
17
+
18
+
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) detailing how to provide the necessary information for us to reproduce your bug.
19
+
20
+
#### Code Sample, a copy-pastable example
21
+
22
+
```python
23
+
# Your code here
24
+
25
+
```
26
+
27
+
#### Problem description
28
+
29
+
[this should explain **why** the current behaviour is a problem and why the expected output is a better solution]
30
+
31
+
#### Expected Output
32
+
33
+
#### Output of ``pd.show_versions()``
34
+
35
+
<details>
36
+
37
+
[paste the output of ``pd.show_versions()`` here leaving a blank line after the details tag]
[this should provide the location of the documentation, e.g. "pandas.read_csv" or the URL of the documentation, e.g. "https://dev.pandas.io/docs/reference/api/pandas.read_csv.html"]
13
+
14
+
**Note**: You can check the latest versions of the docs on `master`[here](https://pandas.pydata.org/docs/dev/).
15
+
16
+
#### Documentation problem
17
+
18
+
[this should provide a description of what documentation you believe needs to be fixed/improved]
19
+
20
+
#### Suggested fix for documentation
21
+
22
+
[this should explain the suggested fix and **why** it's better than the existing documentation]
#### Is your feature request related to a problem?
11
+
12
+
[this should provide a description of what the problem is, e.g. "I wish I could use pandas to do [...]"]
13
+
14
+
#### Describe the solution you'd like
15
+
16
+
[this should provide a description of the feature request, e.g. "`DataFrame.foo` should get a new parameter `bar` that [...]", try to write a docstring for the desired feature]
17
+
18
+
#### API breaking implications
19
+
20
+
[this should provide a description of how this feature will affect the API]
21
+
22
+
#### Describe alternatives you've considered
23
+
24
+
[this should provide a description of any alternative solutions or features you've considered]
25
+
26
+
#### Additional context
27
+
28
+
[add any other context, code examples, or references to existing implementations about the feature request here]
-[ ] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
11
+
12
+
-[ ] I have asked my usage related question on [StackOverflow](https://stackoverflow.com).
13
+
14
+
---
15
+
16
+
#### Question about pandas
17
+
18
+
**Note**: If you'd still like to submit a question, please read [this guide](
19
+
https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) detailing how to provide the necessary information for us to reproduce your question.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ Most development discussion is taking place on github in this repo. Further, the
158
158
159
159
All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.
160
160
161
-
A detailed overview on how to contribute can be found in the **[contributing guide](https://dev.pandas.io/docs/contributing.html)**. There is also an [overview](.github/CONTRIBUTING.md) on GitHub.
161
+
A detailed overview on how to contribute can be found in the **[contributing guide](https://pandas.pydata.org/docs/dev/development/contributing.html)**. There is also an [overview](.github/CONTRIBUTING.md) on GitHub.
162
162
163
163
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 [good first issue](https://github.com/pandas-dev/pandas/issues?labels=good+first+issue&sort=updated&state=open) where you could start out.
0 commit comments