hidparser 1.0.3

HID report descriptor parsing library
Documentation
# Project Mu GitHub Documentation Request Template
#
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
#       instead of the file in this repo.
#
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
#

name: 📖 Documentation Request
description: Request a documentation change
title: "[Documentation]: <title>"
labels: ["type:documentation", "state:needs-triage"]

body:
  - type: markdown
    attributes:
      value: |

        👋 Thanks for taking the time to help us improve our documentation!

  - type: textarea
    id: request_description
    attributes:
      label: Request Description
      description: A clear and concise description of what needs to change.
    validations:
      required: true

  - type: dropdown
    id: request_owner
    attributes:
      label: Are you going to make the change?
      description: Indicate if you are going to make this change or requesting someone else make it.
      multiple: false
      options:
        - I will make the change
        - Someone else needs to make the change
    validations:
      required: true

  - type: dropdown
    id: needs_maintainer_feedback
    attributes:
      label: Do you need maintainer feedback?
      description: Indicate if you would like a maintainer to provide feedback on this submission.
      multiple: false
      options:
        - No maintainer feedback needed
        - Maintainer feedback requested
    validations:
      required: true

  - type: textarea
    id: anything_else
    attributes:
      label: Anything else?
      description: |

        Links? References? Anything that will give us more context about the request.

        Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
    validations:
      required: false