microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c9842c888abc6eba92f034d4796a26f76abb2f42

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/documentation_request.yml

65lines · modecode

1# Project Mu GitHub Documentation Request Template
2#
3# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
4# instead of the file in this repo.
5#
6# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
7# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
8#
9# Copyright (c) Microsoft Corporation.
10# SPDX-License-Identifier: BSD-2-Clause-Patent
11#
12
13name: 📖 Documentation Request
14description: Request a documentation change
15title: "[Documentation]: <title>"
16labels: ["type:documentation", "state:needs-triage"]
17
18body:
19 - type: markdown
20 attributes:
21 value: |
22 👋 Thanks for taking the time to help us improve our documentation!
23
24 - type: textarea
25 id: request_description
26 attributes:
27 label: Request Description
28 description: A clear and concise description of what needs to change.
29 validations:
30 required: true
31
32 - type: dropdown
33 id: request_owner
34 attributes:
35 label: Are you going to make the change?
36 description: Indicate if you are going to make this change or requesting someone else make it.
37 multiple: false
38 options:
39 - I will make the change
40 - Someone else needs to make the change
41 validations:
42 required: true
43
44 - type: dropdown
45 id: needs_maintainer_feedback
46 attributes:
47 label: Do you need maintainer feedback?
48 description: Indicate if you would like a maintainer to provide feedback on this submission.
49 multiple: false
50 options:
51 - No maintainer feedback needed
52 - Maintainer feedback requested
53 validations:
54 required: true
55
56 - type: textarea
57 id: anything_else
58 attributes:
59 label: Anything else?
60 description: |
61 Links? References? Anything that will give us more context about the request.
62
63 Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
64 validations:
65 required: false
66