-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from StartAutomating/EZ-Improvement
EZOut 2.0
- Loading branch information
Showing
152 changed files
with
4,966 additions
and
6,000 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: [StartAutomating] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Bug Report | ||
description: Report a Problem | ||
title: "" | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
What's broken? Let's get some info and get it fixed. | ||
- type: textarea | ||
id: Description | ||
attributes: | ||
label: Description | ||
description: Describe what's wrong. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: ReproSteps | ||
attributes: | ||
label: Reproducable Steps | ||
description: A script that would generate the error | ||
render: PowerShell | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: Links | ||
attributes: | ||
label: Links | ||
description: Any related links. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Add Example | ||
description: Add an Example | ||
title: "Example: " | ||
labels: ["HowTo"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Tell us a bit about your example | ||
- type: textarea | ||
id: Example | ||
attributes: | ||
label: Example | ||
description: The example content. | ||
render: PowerShell | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: Links | ||
attributes: | ||
label: Links | ||
description: Any related links. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Feature Request | ||
description: Request a Feature | ||
title: "" | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Tell us a little bit about what you'd like. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: New Command | ||
description: Request a new command | ||
title: "" | ||
labels: ["enhancement"] | ||
assignees: | ||
- startautomating | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Want this module to include a new command? Tell us more. | ||
- type: input | ||
id: Synopsis | ||
attributes: | ||
label: Synopsis | ||
description: A Synopsis of the command. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Description | ||
attributes: | ||
label: Description | ||
description: A description of the command | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: Example | ||
attributes: | ||
label: Example | ||
description: An example of using the command | ||
render: PowerShell | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: Links | ||
attributes: | ||
label: Links | ||
description: Any related links. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
|
||
name: OnIssueChanged | ||
on: | ||
issues: | ||
workflow_dispatch: | ||
jobs: | ||
RunGitPub: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.