Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
TaTo30 authored Mar 12, 2024
1 parent 86ae153 commit af1a123
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug report
name: "Bug report \U0001FAB2"
about: Create a report to help us improve
title: ''
labels: bug
assignees: TaTo30
assignees: ''

---

Expand All @@ -13,5 +13,5 @@ A clear and concise description of what the bug is, (use english).
- vue-pdf: [e.g. 1.9.5]
- vue: [e.g. 3]

1. If you are crashing with a rendering issue attach a PDF so we can test.
1. If you are crashing with a rendering issue attach the PDF file so we can test.
2. If a code snippet is given better :)
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-πŸ†•.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "Feature request \U0001F195"
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

Explain here what you want `VuePDF` to have. (use english)

Some considerations before submit the issue:
* `VuePDF` is not a viewer per se, rather that is a component to make one.
* This library is mostly for display PDFs, editing features aren't supported and won't be it on the near future.
* Since `pdf.js` is the core library you can use its features directly without depends on `VuePDF` that only will to use the most common features.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/something-else-πŸ‘€.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: "Something else \U0001F440"
about: Questions, complains or greetings lives here
title: ''
labels: ''
assignees: ''

---


0 comments on commit af1a123

Please sign in to comment.