Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.58 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

35 lines (20 loc) · 1.58 KB

README

Before contributing, please read the contributing document, and the coding style and conventions guide.
Search the pull request list for similar pulls before opening a new one.
Check your code doesn't throw any warning or error message while compiling, and doesn't give any warning in Clang static analyzer. Make sure your code is GCC, Clang, MinGW and MSVC compliant (use AppVeyor and Github actions for that).
Check your code using GDB, Valgrind and similar tools to remove all possible memory leaks and segfaults.

Pull request

Type of change

Is your pull request a bug fix, new feature, code refactor, breaking change, etc.?
If your change is too big consider discussing it before pulling.

Summary

Describe your pull request the best as you can.

Related Issue

Is this pull request related to some issue? Cite the issue as #NNN, where NNN is the number of issue.

More info

Provide screenshots, logs, etc. if required.

Added dependencies

Does your pull request add more dependencies to the project? This may require some discussion. Minimal dependencies is a requirement.

Target Environment

Is this pull request specific to a target operating system?

  • Operating System information: (name) (numeric version and codename if applied) (architecture)