Skip to content

Code Submission Guidelines

Mike Kanakos edited this page Apr 19, 2019 · 1 revision

We would love for anyone to submit their code to this project!

  • Code submissions should follow the template below
  • You will need to let us know about what you want to write to the event logs so we can reserve a specific event ID.
  • Contact us to reserve an event ID range so there are no conflicts:
<#
.SYNOPSIS
What it is

.DESCRIPTION
What it Does

.EXAMPLE
Example of how to use this

.EXAMPLE
More examples of how to use this

.NOTES
Authors: Your Name Here
Version: 0.0.0
Version Date: MM/DD/YYY


EventID Definitions:

17XX0 - Failure
17XX1 - Beginning of test
17XX2 - Testing individual systems
17XX3 - End of test
17XX4 - Alert Sent
17XX5 - Automated Repair Attempted
#>
Clone this wiki locally