mediapipe/.github/ISSUE_TEMPLATE/20-documentation-issue.md
MediaPipe Team b544a314b3 Project import generated by Copybara.
GitOrigin-RevId: ec25bf2e416c3689477e82946fb69de2e53b9161
2021-06-10 01:38:18 -04:00

1.2 KiB

name about labels
Documentation Issue Use this template for documentation related issues type:docs

Thank you for submitting a MediaPipe documentation issue. The MediaPipe docs are open source! To get involved, read the documentation Contributor Guide

URL(s) with the issue:

Please provide a link to the documentation entry, for example: https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models

Description of issue (what needs changing):

Kinds of documentation problems:

Clear description

For example, why should someone use this method? How is it useful?

Is the link to the source code correct?

Parameters defined

Are all parameters defined and formatted correctly?

Returns defined

Are return values defined?

Raises listed and defined

Are the errors defined? For example,

Usage example

Is there a usage example?

See the API guide: on how to write testable usage examples.

Request visuals, if applicable

Are there currently visuals? If not, will it clarify the content?

Submit a pull request?

Are you planning to also submit a pull request to fix the issue? See the docs https://github.com/google/mediapipe/blob/master/CONTRIBUTING.md