|
| 1 | +name: MS Learn Module Update Request |
| 2 | +description: Use this form to submit a module update request |
| 3 | +title: "MS Learn Module Update Request: [REPLACE_WITH_MODULE_TITLE]" |
| 4 | +labels: [MS Learn Update] |
| 5 | +assignees: |
| 6 | + - a-a-ron |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | +  </br> <div align="center"><h1> Thank you for taking the time to submit a module update request!</h1> </br></br> <h3>Please fill out the below form so that we can address this update appropriately.</h3></div> |
| 12 | + - type: dropdown |
| 13 | + id: select-module |
| 14 | + attributes: |
| 15 | + label: Which of the MS Learn modules from the dropdown are you submitting an update request? |
| 16 | + multiple: false |
| 17 | + options: |
| 18 | + - "Introduction to GitHub" |
| 19 | + - "Introduction to Git" |
| 20 | + - "Maintain a secure repository by using GitHub best practices" |
| 21 | + - "Build and deploy applications to Azure by using GitHub Actions" |
| 22 | + - "Automate GitHub by using GitHub Script" |
| 23 | + - "Build continuous integration (CI) workflows by using GitHub Actions" |
| 24 | + - "Migrate your repository by using GitHub best practices" |
| 25 | + - "Upload your project by using GitHub best practices" |
| 26 | + - "Manage repository changes by using pull requests on GitHub" |
| 27 | + - "Settle competing commits by using merge conflict resolution on GitHub" |
| 28 | + - "Manage an InnerSource program by using GitHub" |
| 29 | + - "Manage software delivery by using a release based workflow on GitHub" |
| 30 | + - "Communicate effectively on GitHub by using Markdown" |
| 31 | + - "Search and organize repository history by using GitHub" |
| 32 | + - "Automate DevOps processes by using GitHub Apps" |
| 33 | + - "Introduction to GitHub's Products" |
| 34 | + - "Introduction to GitHub administration" |
| 35 | + - "Automate development tasks by using GitHub Actions" |
| 36 | + - "Leverage GitHub Actions to publish to GitHub Packages" |
| 37 | + - "Contribute to an open-source project on GitHub" |
| 38 | + - "Create and host web sites by using GitHub Pages" |
| 39 | + - "Create an open-sourced program by using GitHub best practices" |
| 40 | + - "Manage GitHub Actions in the enterprise" |
| 41 | + - "Create and publish custom GitHub actions" |
| 42 | + - "Manage sensitive data and security policies within GitHub" |
| 43 | + - "Authenticate and authorize user identities on GitHub" |
| 44 | + - "GitHub administration for enterprise support and adoption" |
| 45 | + - "Configure and use secret scanning in your GitHub repository" |
| 46 | + - "Introduction to GitHub Advanced Security" |
| 47 | + - "Configure Dependabot security updates on your GitHub repo" |
| 48 | + - "Configure code scanning on GitHub" |
| 49 | + - "Identify security vulnerabilities in your codebase with CodeQL" |
| 50 | + - "Code scanning with GitHub CodeQL" |
| 51 | + - "GitHub administration for GitHub Advanced Security" |
| 52 | + - type: checkboxes |
| 53 | + id: tasks |
| 54 | + attributes: |
| 55 | + label: Additional information |
| 56 | + description: Please select any that apply |
| 57 | + options: |
| 58 | + - label: Fix a broken user experience (broken links, exercise error, etc.) |
| 59 | + - label: Update incorrect information |
| 60 | + - label: Add new content to the module |
| 61 | + - label: Some other request |
| 62 | + - type: textarea |
| 63 | + id: specific-request |
| 64 | + attributes: |
| 65 | + label: Information about the requested update |
| 66 | + description: Please provide the necessary information to address the module update request (unit section, links, detailed description, etc.) |
0 commit comments