2023-02-03 13:56:53 +01:00
name : Documentation issue
2023-02-03 13:57:16 +01:00
description : Use this template for documentation related issues. If this doesn’ t look right, choose a different type.
2023-02-03 13:19:48 +01:00
labels : 'type:doc-bug'
body :
- type : markdown
id : link
attributes :
value : Thank you for submitting a MediaPipe documentation issue. The MediaPipe docs are open source! To get involved, read the documentation Contributor Guide
- type : markdown
id : url
attributes :
2023-02-03 13:27:28 +01:00
value : 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
2023-02-03 13:40:18 +01:00
- type : input
2023-02-03 13:33:17 +01:00
id : description
2023-02-03 13:19:48 +01:00
attributes :
2023-02-03 13:40:47 +01:00
label : Description of issue (what needs changing)
2023-02-03 13:41:55 +01:00
description : Kinds of documentation problems
2023-02-03 13:19:48 +01:00
- type : input
2023-02-03 13:54:36 +01:00
id : clear_desc
2023-02-03 13:19:48 +01:00
attributes :
2023-02-03 13:54:36 +01:00
label : Clear description
description : For example, why should someone use this method? How is it useful?
2023-02-03 13:19:48 +01:00
validations :
required : true
- type : input
2023-02-03 13:54:36 +01:00
id : link
2023-02-03 13:19:48 +01:00
attributes :
2023-02-03 13:54:36 +01:00
label : Correct links
description : Is the link to the source code correct?
2023-02-03 13:19:48 +01:00
validations :
2023-02-03 13:54:36 +01:00
required : false
2023-02-03 13:19:48 +01:00
- type : input
2023-02-03 13:54:36 +01:00
id : parameter
2023-02-03 13:19:48 +01:00
attributes :
2023-02-03 13:54:36 +01:00
label : Parameters defined
description : Are all parameters defined and formatted correctly?
2023-02-03 13:19:48 +01:00
validations :
required : false
- type : input
2023-02-03 13:54:36 +01:00
id : returns
2023-02-03 13:19:48 +01:00
attributes :
2023-02-03 13:54:36 +01:00
label : Returns defined
description : Are return values defined?
2023-02-03 13:19:48 +01:00
validations :
2023-02-07 22:29:56 +01:00
required : false
2023-02-03 13:19:48 +01:00
- type : input
2023-02-03 13:54:36 +01:00
id : raises
2023-02-03 13:19:48 +01:00
attributes :
2023-02-03 13:54:36 +01:00
label : Raises listed and defined
description : Are the errors defined? For example,
2023-02-03 13:19:48 +01:00
validations :
2023-02-07 22:29:56 +01:00
required : false
2023-02-03 13:19:48 +01:00
- type : input
2023-02-03 13:54:36 +01:00
id : usage
2023-02-03 13:19:48 +01:00
attributes :
2023-02-03 13:54:36 +01:00
label : Usage example
description : Is there a usage example? See the API guide-on how to write testable usage examples.
2023-02-03 13:19:48 +01:00
validations :
2023-02-07 22:29:56 +01:00
required : false
2023-02-03 13:55:47 +01:00
- type : input
id : visual
attributes :
label : Request visuals, if applicable
description : Are there currently visuals? If not, will it clarify the content?
validations :
2023-02-03 13:54:36 +01:00
required : false
2023-02-03 13:56:41 +01:00
- type : input
id : pull
attributes :
2023-02-03 13:54:36 +01:00
label : Submit a pull request?
description : 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)
2023-02-03 13:56:41 +01:00
validations :
2023-02-03 13:54:36 +01:00
required : false