Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bertysentry authored Dec 5, 2019
1 parent ec634be commit 194ce99
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Contributing

Anyone is welcome to contribute in this library of monitoring templates for Monitoring Studio X!

## Instructions

1. Fork the [sentrysoftware.studioX-templates](//github.com/sentrysoftware/studioX-templates) repository. As a result, you will have your own **studioX-templates** repository in your GitHub account.
2. Create a branch from **master** with a proper name describing the addition or change you intend to bring
3. Commit your changes to this branch, and push this commit to your **studioX-templates** repository on GitHub. The changes must include:
* A new sub-directory in **./templates** for a new *Template*
* The template `.CFG` file, as exported from Monitoring Studio X
* a short **README.md** that explains what the *Templates* monitors and how to configure it (the content of **README.md** is typically the same as the description field of the *Template* object)
4. Submit a *Pull Request* to the [master](//github.com/sentrysoftware/studioX-templates/tree/master) branch of the **sentrysoftware/studioX-templates** repository.

Thank you! :-)

0 comments on commit 194ce99

Please sign in to comment.