mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
* Create 01-build.yml * Create 02-documentation.yml * Create 03-mobile.yml * Create 04-web.yml * Create 05-performance.yml * Create 06-training.yml * Create 07-feature_request.yml * Create 08-general.yml * Create config.yml * Delete bug-performance-issue.md * Delete feature_request.md * Create labeler.yml * Create labeler.yml * Update Performance template to make model info optional. * Update feature request description placeholder
24 lines
1.1 KiB
YAML
24 lines
1.1 KiB
YAML
name: Documentation
|
|
description: issues related to documentation additions and revisions
|
|
title: "[Documentation] "
|
|
labels: ["documentation"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
If your request is a question/idea or otherwise not related to a bug/issue or feature request, please submit to [ONNX Runtime GitHub Discussions](https://github.com/microsoft/onnxruntime/discussions).
|
|
Before submitting your request, please review past submissions to ensure that it is not a duplicate of a known issue.
|
|
- type: textarea
|
|
id: doc-descript
|
|
attributes:
|
|
label: Describe the documentation issue
|
|
placeholder: Provide a clear and concise description of the issue with current documentation. For simple fixes, please submit a PR by clicking on the "Edit Page in GitHub" link on any https://onnxruntime.ai/docs page.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: page-url
|
|
attributes:
|
|
label: Page / URL
|
|
placeholder: Note the page/URL where the documentation issue occurs.
|
|
validations:
|
|
required: false
|