-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge with 3.x to deconflict changes with #7169
- Loading branch information
Showing
88 changed files
with
371 additions
and
1,521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,34 @@ | ||
Before submitting your pull request be sure that: | ||
<!--- Before submitting your pull request ---> | ||
<!--- please complete as much as possible of the following checklist: ---> | ||
|
||
1. You haven't touched any file in the `spyder/defaults` directory. | ||
- There is *absolutely* no need to touch those files. | ||
- If you want to add new configuration options, please go to | ||
`spyder/config/main.py`. | ||
2. You haven't eliminated unnecessary blank lines or spaces during your work. | ||
That makes our reviewing work harder and it could introduce unnecessary | ||
conflicts with other pull requests. | ||
3. You haven't added new icons to Spyder. Please leave decisions about what | ||
icons to use to us :) | ||
### Pull Request Checklist | ||
|
||
---- | ||
* [ ] Read and followed this repo's [Contributing Guidelines](https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md) | ||
* [ ] Based your PR on the latest version of the correct branch (master or 3.x) | ||
* [ ] Followed [PEP8](https://www.python.org/dev/peps/pep-0008/) for code style | ||
* [ ] Ensured your pull request hasn't eliminated unrelated blank lines/spaces, | ||
modified the ``spyder/defaults`` directory, or added new icons/assets | ||
* [ ] Wrote at least one-line docstrings for any new functions | ||
* [ ] Added at least one unit test covering the changes, if at all possible | ||
* [ ] Described your changes and the motivation for them below | ||
* [ ] Noted what issue(s) this pull request resolves, creating one if needed | ||
* [ ] Included a screenshot, if this PR makes any visible changes to the UI | ||
|
||
*Note*: You can safely remove this text before submitting your work. | ||
|
||
## Description of Changes | ||
|
||
<!--- Describe what you've changed and why. ---> | ||
|
||
|
||
|
||
|
||
### Issue(s) Resolved | ||
|
||
<!--- Pull requests should typically resolve one, preferably only one ---> | ||
<!--- outstanding issue; create a new one if no relevant issue exists. ---> | ||
<!--- List the issue(s) below, in the form "Fixes #1234" . One per line.---> | ||
|
||
Fixes # | ||
|
||
|
||
<!--- Thanks for your help making Spyder better for everyone! ---> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.