Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MWGMorningwood authored Aug 28, 2024
1 parent 84949d4 commit 5db91c6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ Our goal is to create a comprehensive repository of scripts that can be used to

Until we're allowed to PR into global, this is our solution!

## Contribution Guidelines
We encourage all community members to contribute to the library. Here are some general guidelines to help you get started:

### Practices
* **Quality and Clarity**: Ensure your scripts are well-documented and easy to understand. Include comments where necessary.
* **Testing**: Test your scripts thoroughly before submitting. Make sure they work as intended and do not cause any unintended side effects.
* **Pull Requests**: Submit your contributions via pull requests. Provide a detailed description of what your script does and any dependencies it may have. PRs to main will not be accepted.
* **Respect and Collaboration**: Be respectful and open to feedback from other community members. Collaboration is key to building a robust script library.
* **Organization**: Scripts that have a common usage (like software install/uninstall/versioning) should be foldered by the item they are for.

### Standards
* **Variables**: Should be in [CamelCase](https://en.wikipedia.org/wiki/Camel_case).
* **Indentation**: Should be done with four spaces.
* **Bracing**: Should be done with [K&R OTBS](https://github.com/PoshCode/PowerShellPracticeAndStyle/issues/81#issuecomment-285835313)

## Definitions and Terminology
**Script Context**:
* Metascript: A script that runs on the Immybot instance and remotely communicates with endpoints similar to PSRemote.
Expand Down

0 comments on commit 5db91c6

Please sign in to comment.