Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

34 lines (27 loc) · 1.16 KB

Coding Guidelines

Pull Request Guidelines

ALL PRs

  • One "change" per pull request
    • Updated Positioning of All Icons is okay
    • Updated TPM Check and Updated Related Includes files is okay
    • Updated GPU Check, Updated TPM Check, Changed Social Icon Colors is NOT okay
  • External DLLs, EXEs, and other executables may not be included
  • The Pull Request title must give a brief overview of the change

ALL Code Changes

  • Place any Function Information above Function
  • Ideally use Make UDF Header function in SciTE
    • Other headers are fine but will be converted

GUI Changes

  • Include before and after screenshot

Check Changes

  • Checks must Return Int values
    • >= 1 for True, <= 0 for False.
    • Return True Warn and Uncertain with @error and @extended set
  • For readability, Int Values may be Enum'd to Variable Names

WMIC Changes

  • All WMIC calls must be cached using Static Variables