From f68f67cf791d1dda6f41e7851ca9a5a62437c3a8 Mon Sep 17 00:00:00 2001 From: Kacper Kafara Date: Mon, 22 Aug 2022 08:42:49 +0200 Subject: [PATCH 1/2] chore: fix typo in issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9dae877f64..639647a0cb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -22,7 +22,7 @@ body: id: description attributes: label: Description - description: Please provide a clear, concise and descriptive explaination of what the bug is. Include screenshots or a video if needed. Tell us what were you expecting to happen instead of what is happening now. + description: Please provide a clear, concise and descriptive explanation of what the bug is. Include screenshots or a video if needed. Tell us what were you expecting to happen instead of what is happening now. validations: required: true From fcfc5bbdedd0aaa9a65a08ade0c1dcd489e5b5be Mon Sep 17 00:00:00 2001 From: Kacper Kafara Date: Mon, 22 Aug 2022 08:44:25 +0200 Subject: [PATCH 2/2] chore: update screens version in issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 639647a0cb..bd95ac35ad 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -55,7 +55,7 @@ body: attributes: label: Screens version description: What version of react-native-screens are you using? - placeholder: 3.15.0 + placeholder: 3.16.0 validations: required: true