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
+2-2
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.
6
6
7
7
## Getting Started
8
8
@@ -16,7 +16,7 @@ If you notice a bug in the code or documentation, or have suggestions for how we
16
16
17
17
## Contributing to the Codebase
18
18
19
-
The code is hosted on [GitHub](https://www.github.com/pandas-dev/pandas), so you will need to use [Git](http://git-scm.com/) to clone the project and make changes to the codebase. Once you have obtained a copy of the code, you should create a development environment that is separate from your existing Python environment so that you can make and test changes without compromising your own work environment. For more information, please refer to the "[Working with the code](https://github.com/pandas-dev/pandas/blob/master/doc/source/development/contributing.rst#working-with-the-code)" section.
19
+
The code is hosted on [GitHub](https://www.github.com/pandas-dev/pandas), so you will need to use [Git](https://git-scm.com/) to clone the project and make changes to the codebase. Once you have obtained a copy of the code, you should create a development environment that is separate from your existing Python environment so that you can make and test changes without compromising your own work environment. For more information, please refer to the "[Working with the code](https://github.com/pandas-dev/pandas/blob/master/doc/source/development/contributing.rst#working-with-the-code)" section.
20
20
21
21
Before submitting your changes for review, make sure to check that your changes do not break any tests. You can find more information about our test suites in the "[Test-driven development/code writing](https://github.com/pandas-dev/pandas/blob/master/doc/source/development/contributing.rst#test-driven-development-code-writing)" section. We also have guidelines regarding coding style that will be enforced during testing, which can be found in the "[Code standards](https://github.com/pandas-dev/pandas/blob/master/doc/source/development/contributing.rst#code-standards)" section.
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.
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network)"
31
+
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network and not clipboard)"
35
32
36
33
- env:
37
-
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network)"
34
+
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network and not clipboard)"
38
35
39
36
- env:
40
-
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="((not slow and not network) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
37
+
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
41
38
services:
42
39
- mysql
43
40
- postgresql
44
41
45
42
- env:
46
-
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36-cov.yaml" PATTERN="((not slow and not network) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true SQL="1"
43
+
# Enabling Deprecations when running tests
44
+
# PANDAS_TESTING_MODE="deprecate" causes DeprecationWarning messages to be displayed in the logs
45
+
# See pandas/_testing.py for more details.
46
+
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36-cov.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true SQL="1"
47
47
services:
48
48
- mysql
49
49
- postgresql
@@ -73,7 +73,6 @@ before_install:
73
73
# This overrides travis and tells it to look nowhere.
0 commit comments