From 88c36d58a5f33eb0f8774a59878b23ca91c11c38 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 21 Apr 2021 14:13:02 +0300 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE.md | 52 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++ 2 files changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..ecb32dc56 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,52 @@ +If you have a PrimeVue PRO Support subscription please post your issue at; + +https://pro.primefaces.org + +where our team will respond within 1 business hour. + +If you do not have a PrimeVue PRO Support subscription, fill-in the report below. Please note that +your issue will be added to the waiting list of community issues and will be reviewed on a first-come first-serve basis, as a result, the support team is unable to guarantee a specific schedule on when it will be reviewed. Thank you for your understanding. + +Current Queue Time for Review +Without PRO Support: ~1-4 weeks. +With PRO Support: 1 hour + +**I'm submitting a ...** (check one with "x") +``` +[ ] bug report => Search github for a similar issue or PR before submitting +[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primevue/wiki/Roadmap +[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=110 +``` + +**Plunkr Case (Bug Reports)** +Please demonstrate your case at codesandbox by using the issue template below. Issues without a test case have much less possibility to be reviewed in detail and assisted. + +https://codesandbox.io/s/primevue-issue-template-forked-vgbzf + +**Current behavior** + + +**Expected behavior** + + +**Minimal reproduction of the problem with instructions** + + +**What is the motivation / use case for changing the behavior?** + + +**Please tell us about your environment:** + + +* **Vue version:** 3.X + + +* **PrimeVue version:** 5.X + + +* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..acdf57ea2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +###Defect Fixes +When submitting a PR, please also create an issue documenting the error. + +###Feature Requests +Due to company policy, we are unable to accept feature request PRs with significant changes as such cases has to be implemented by our team following our own processes. \ No newline at end of file