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
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Incorrect markdown rendering"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
- [ ] Public link to markdown file
- [ ] Platform? iOS / Android
- [ ] React Native Version
- [ ] Screenshot

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request] Describe your use case in one sentence"
labels: enhancement
assignees: ''

---

**Describe your use case**
A clear and concise description of the use case.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Sample markdown file**
Attach a link to your sample markdown file.

**Additional context**
Add any other context or screenshots about the feature request here.
Loading