Skip to content

Commit 54f5f57

Browse files
committed
fix: github issue template
1 parent f1c3995 commit 54f5f57

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ body:
6363
attributes:
6464
label: Reproducible example repository
6565
description: Please provide a link to a repository on GitHub with a reproducible example.
66-
render: js
6766
validations:
6867
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
12
blank_issues_enabled: false
23
contact_links:
4+
- name: Bug report 🐛
5+
url: https://github.com/johelder/react-native-input-code-otp/issues/new?template=bug_report.yml
6+
about: Report a reproducible bug or regression in this library.
37
- name: Feature Request 💡
48
url: https://github.com/johelder/react-native-input-code-otp/discussions/new?category=ideas
59
about: If you have a feature request, please create a new discussion on GitHub.

0 commit comments

Comments
 (0)