Skip to content

Commit

Permalink
Add issue templates for UI (#2698)
Browse files Browse the repository at this point in the history
  • Loading branch information
webviewer-ui committed Feb 24, 2021
1 parent 53f8542 commit ce2f9f5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: '🐛 Bug Report'
about: Report a reproducible bug in a WebViewer version.
title: '[Bug] '
---

<!-- First of all, thanks for reaching out and reporting any issues you have found. Your feedback is valuable to the development of WebViewer UI! -->
<!-- If the issue can only be reproduced on a specific document, or you would need to share some company/personal information, then we recommend you use open a support ticket via https://www.pdftron.com/form/request/ -->

**WebViewer version**

**The current behavior**

**The expected behavior**

**Steps to reproduce**




7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
contact_links:
- name: PDFTron Tech Support
url: https://www.pdftron.com/form/request/
about: This is the recommended alternative for opening a Github issue. It helps us analyze tickets and we respond faster in general.
- name: PDFTron Professional Services Request
url: https://www.pdftron.com/form/professional-services/
about: Use this service if you have a feature request that is not currently on our roadmap but is crucial to your users and you want it to be implemented in a timely fashion.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 'Feature Request'
about: Request a feature that is missing in WebViewer.
title: '[Feature Request] '
---

<!-- First of all, thanks for reaching out and reporting any issues you have found. Your feedback is valuable to the development of WebViewer UI! -->
<!-- If this feature request is crucial to your development and is time sensitive, then we recommend you to use our professional service. See https://www.pdftron.com/form/professional-services/ for more information -->

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

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

**Why is this feature important to your users?**

**Desired timeline**




0 comments on commit ce2f9f5

Please sign in to comment.