|
| 1 | +name: "🎃 Hacktoberfest 2022" |
| 2 | +description: >- |
| 3 | + File a new issue to tackle quality improvement opportunities for Hacktoberfest 2022 |
| 4 | +title: "🎃 2022: " |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + This issue's related to [Hacktoberfest 2022][01]. For more info, see the meta-issue below: |
| 10 | + |
| 11 | + - MicrosoftDocs/PowerShell-Docs#9257 |
| 12 | +
|
| 13 | + [01]: https://hacktoberfest.com/participation/ |
| 14 | + - type: checkboxes |
| 15 | + id: prerequisites |
| 16 | + attributes: |
| 17 | + label: Prerequisites |
| 18 | + description: >- |
| 19 | + These steps are required. After you've completed each step, check the box for it before |
| 20 | + moving on. |
| 21 | + options: |
| 22 | + - label: >- |
| 23 | + **Existing Issue:** Search the existing Hacktoberfest issues for this repository. If |
| 24 | + there's an issue that covers the quality area and articles you want to improve, pick a |
| 25 | + different quality area or article set. Don't file a new issue for the same work. |
| 26 | + Subscribe, react, or comment on that issue instead. |
| 27 | + required: true |
| 28 | + - label: >- |
| 29 | + **Descriptive Title:** Write the title for this issue as a short synopsis. If possible, |
| 30 | + provide context. For example, "🎃 2022: Command Syntax in Foo" instead of "🎃 2022: Foo" |
| 31 | + required: true |
| 32 | + - type: dropdown |
| 33 | + id: QualityArea |
| 34 | + validations: |
| 35 | + required: true |
| 36 | + attributes: |
| 37 | + label: Quality Areas |
| 38 | + description: | |
| 39 | + Select one or more quality areas to improve on with your contribution. |
| 40 | +
|
| 41 | + For more information, see the relevant section in the meta issue: |
| 42 | +
|
| 43 | + - [Aliases][aliases]: Ensure cmdlet aliases are documented |
| 44 | + - [Formatting code samples][code-samples]: Ensure proper casing, line length, etc in code samples |
| 45 | + - [Formatting command syntax][command-syntax]: Ensure proper casing and formatting for command syntax, including cmdlets, types, etc. |
| 46 | + - [Link References][link-refs]: Ensure links in conceptual docs are defined as numbered references |
| 47 | + - [Markdown linting][md-linting]: Ensure content follows markdownlint rules |
| 48 | + - [Spelling][spelling]: Ensure proper casing and spelling for words |
| 49 | +
|
| 50 | + [aliases]: https://github.com/MicrosoftDocs/PowerShell-Docs/issues/9257#aliases |
| 51 | + [code-samples]: https://github.com/MicrosoftDocs/PowerShell-Docs/issues/9257#formatting-code-samples |
| 52 | + [command-syntax]: https://github.com/MicrosoftDocs/PowerShell-Docs/issues/9257#formatting-command-syntax |
| 53 | + [link-refs]: https://github.com/MicrosoftDocs/PowerShell-Docs/issues/9257#link-references |
| 54 | + [md-linting]: https://github.com/MicrosoftDocs/PowerShell-Docs/issues/9257#markdown-linting |
| 55 | + [spelling]: https://github.com/MicrosoftDocs/PowerShell-Docs/issues/9257#spelling |
| 56 | + multiple: true |
| 57 | + options: |
| 58 | + - Aliases |
| 59 | + - Formatting code samples |
| 60 | + - Formatting command syntax |
| 61 | + - Link References |
| 62 | + - Markdown linting |
| 63 | + - Spelling |
| 64 | + - type: textarea |
| 65 | + id: ArticleList |
| 66 | + validations: |
| 67 | + required: true |
| 68 | + attributes: |
| 69 | + label: Article List |
| 70 | + description: >- |
| 71 | + Specify the articles you are committing to work on, one per line. You can specify each entry |
| 72 | + as a path, the article's title, or the link to the article on Learn. If you specify an |
| 73 | + article by path for a reference article, such as a cmdlet or about topic, specify the |
| 74 | + version segment as `*.*`. |
| 75 | + placeholder: | |
| 76 | + - reference/*.*/Microsoft.PowerShell.Core/Add-History.md |
| 77 | + - Add-History |
| 78 | + - https://learn.microsoft.com/powershell/module/microsoft.powershell.core/add-history |
0 commit comments