diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 7f21c884c2..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,133 +0,0 @@ -name: "\U0001F41B Bug Report" -description: Report a reproducible bug or regression in this library. -labels: [bug] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - - type: textarea - id: summary - attributes: - label: Summary - description: Provide a clear and concise description of what the bug is. - validations: - required: true - - - type: textarea - id: reproducible-code - attributes: - label: Reproducible sample code - render: TSX - description: | - [Minimum amount of code](https://stackoverflow.com/help/minimal-reproducible-example) to reproduce the bug. - Please spend the time needed to trim down your code as much as possible and make sure the code you provide runs "as is", - as failing to do so will make reproducing every bug very time consuming for the maintainers. - **This will be automatically formatted into code, so no need for backticks.** - - placeholder: | - import React from 'react'; - import MapView from 'react-native-maps'; - - export default function App() { - return ( - - ); - } - validations: - required: true - - - type: textarea - id: steps - attributes: - label: Steps to reproduce - description: Explain the steps we need to take to reproduce the issue - validations: - required: true - - - type: textarea - id: exptected - attributes: - label: Expected result - description: How did you expect your project to behave? - validations: - required: true - - - type: textarea - id: actual - attributes: - label: Actual result - description: | - How did it actually behave? - If you find that it would help understand the issue, please attach screenshot(s). - This is mostly relevant for issues regarding UI bugs. - validations: - required: true - - - type: input - id: version - attributes: - label: React Native Maps Version - description: What version of react-native-maps are you running? - placeholder: 1.1.0 - validations: - required: true - - - type: dropdown - id: platforms - attributes: - label: What platforms are you seeing the problem on? - description: You can select more than one option - multiple: true - options: - - Android - - iOS (Apple Maps) - - iOS (Google Maps) - validations: - required: true - - - type: input - id: rn-version - attributes: - label: React Native Version - description: What version of react-native are you running? - placeholder: 0.69.2 - validations: - required: true - - - type: dropdown - id: expo - attributes: - label: What version of Expo are you using? - options: - - 'Not using Expo' - - 'SDK 45' - - 'SDK 46' - - 'SDK 47' - - 'SDK 48' - validations: - required: true - - - type: input - id: device - attributes: - label: Device(s) - description: What device(s) are you able to reproduce this on? - placeholder: iPhone 14 Pro (12.4), Samsung Galaxy S10 (Android 11) - validations: - required: true - - - type: textarea - id: additional - attributes: - label: Additional information - description: Anything else you want us to know about the bug? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0cec..0000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/not_yet_report.yml b/.github/ISSUE_TEMPLATE/not_yet_report.yml deleted file mode 100644 index 5afae8610d..0000000000 --- a/.github/ISSUE_TEMPLATE/not_yet_report.yml +++ /dev/null @@ -1,9 +0,0 @@ -labels: [not yet] -body: - - type: textarea - id: description - attributes: - label: Add a description - description: Add a description here... - validations: - required: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 040aaebf4a..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,53 +0,0 @@ - - -### Does any other open PR do the same thing? - - - -(please answer here) - -### What issue is this PR fixing? - -(please link the issue here) - -### How did you test this PR? - - - -(please answer here) - -