Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-remote.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: '🐛 Bug report'
description: Report an issue or possible bug
title: '[BUG]:'
labels: ['bug']

body:
- type: markdown
attributes:
value: |
# Bug report

👋 Hi!

**Please fill the following carefully before opening a new issue ❗**
*(Your issue may be closed if it doesn't provide the required pieces of information)*

- type: checkboxes
id: verified
attributes:
label: Report hasn't been filed before.
options:
- label: I have verified that the bug I'm about to report hasn't been filed before.
required: true

- type: input
attributes:
label: What version of `react-native-markdown` are you using?
description: You can check the version by opening the `package.json` file in your project.
placeholder: 0.0.0
validations:
required: false

- type: textarea
attributes:
label: Describe the Bug
description: |
To fill this field, please answer the following:
- What are the steps to reproduce it?
- What is the undesired behavior?
- What is the desired result?
validations:
required: true
68 changes: 0 additions & 68 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Feature Request 💡
url: https://github.com/amilmohd155/react-native-markdown/discussions/new?category=ideas
about: If you have a feature request, please create a new discussion on GitHub.
- name: Discussions on GitHub 💬
url: https://github.com/amilmohd155/react-native-markdown/discussions
about: If this library works as promised but you need help, please ask questions there.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 'Feature Request'
description: Suggest new feature
title: '[FEATURE]:'
labels: ['enhancement']

body:
- type: checkboxes
id: verified
attributes:
label: Feature hasn't been suggested before.
options:
- label: I have verified this feature I'm about to request hasn't been suggested before.
required: true

- type: textarea
attributes:
label: Describe the enhancement you want to request
description: What do you want to change or add? What are the benefits of implementing this?
validations:
required: true