Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 2.02 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

50 lines (31 loc) · 2.02 KB

Pull Request Checklist

  • Read and followed this repo's Contributing Guidelines
  • Based this PR on the latest version of the correct branch (master or 3.x)
  • Followed PEP 8 code style
  • Ensured this 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 following PEP 257for any new functions
  • Added at least one unit test covering the changes, if at all possible
  • Described the 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

Developer Certificate of Origin Affirmation

By submitting this Pull Request or typing my name below, I affirm the Developer Certificate of Origin with respect to both the content of the contribution itself and this post, and understand I am releasing it under Spyder's MIT (Expat) license.

I certify the above statement is true and correct:

Description of Changes

Issue(s) Resolved

Fixes #