Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.09 KB

File metadata and controls

34 lines (26 loc) · 1.09 KB

PR Template:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

Issues Template:

Prerequisites

  • Can you reproduce the problem in safe mode?
  • Are you running the latest version?
  • Did you check the debugging guide?
  • Did you check the FAQs on Discuss?
  • Are you reporting to the correct repository?
  • Did you perform a cursory search?

Description
[Description of the bug or feature]

Steps to Reproduce [First Step] [Second Step] [and so on...] Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened]

Versions
For versions run the command python3 -version, must be 3.9 and above.