Skip to content

Commit f840ce2

Browse files
committed
docs: Make Feature Request an issue template
1 parent 56a723a commit f840ce2

File tree

2 files changed

+36
-27
lines changed

2 files changed

+36
-27
lines changed

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

-27
This file was deleted.
+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: ✨ Feature request
2+
description: Suggest an idea for this project
3+
title: ""
4+
labels: [✨ enhancement]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: What feature or enhancement are you suggesting?
9+
description: Explain what the feature or enhancement you're suggesting is, how it might improve VisionCamera and what it's pros and cons are.
10+
placeholder: I think it would be great to have support for rotation in VisionCamera.
11+
validations:
12+
required: true
13+
- type: dropdown
14+
attributes:
15+
label: What Platforms whould this feature/enhancement affect?
16+
description: Select the platforms where this feature/enhancement should work on. Features/Enhancements that work on all platforms are more likely to be picked up than platform specifics.
17+
multiple: true
18+
options:
19+
- iOS
20+
- Android
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Alternatives/Workarounds
26+
description: Explain if there are any alternatives/workarounds for the feature/enhancement.
27+
placeholder: I am currently manually applying the rotation to the image once it has been taken.
28+
validations:
29+
required: true
30+
- type: checkboxes
31+
attributes:
32+
label: Code of Conduct
33+
description: Please agree to follow this project's [Code of Conduct](https://github.com/mrousavy/react-native-vision-camera/blob/main/CODE_OF_CONDUCT.md).
34+
options:
35+
- label: I agree to follow this project's [Code of Conduct](https://github.com/mrousavy/react-native-vision-camera/blob/main/CODE_OF_CONDUCT.md)
36+
required: true

0 commit comments

Comments
 (0)