mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
df99e4e88d
Fixed a typo in `documentation.yml` and `feature_request.yml` #23538 ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - N/A There is a reference to the original bug report and related work - N/A There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - N/A The feature is well documented and sample code can be built with the project CMake
23 lines
848 B
YAML
23 lines
848 B
YAML
name: Feature request
|
|
description: Submit a request for a new OpenCV feature
|
|
labels: ["feature"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
#### Thank you for contributing! Before submitting a feature request, please make sure the request has no duplicate by searching through [the existing and past issues](https://github.com/opencv/opencv/issues?page=1&q=is%3Aissue+sort%3Acreated-desc)
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the feature and motivation
|
|
description: |
|
|
Please provide a clear and concise proposal of the feature and outline the motivation.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: |
|
|
Add any other context, such as pseudo code, links, diagram, screenshots, to help the community better understand the feature request.
|