Skip to content

Commit

Permalink
Update issue templates (#926)
Browse files Browse the repository at this point in the history
* Update issue templates

* Apply suggestions from code review

Co-Authored-By: dxvladislavvolkov <[email protected]>
  • Loading branch information
dxvladislavvolkov authored Jan 28, 2019
1 parent 3330c0b commit edfa5c6
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Report a bug in devextreme-angular
title: ''
labels: ''
assignees: ''

---

<!-- *************************************************************************************************
To reduce the time it takes to process issues, search opened and closed tickets in our support center (https://www.devexpress.com/Support/Center/Question/List/1) before you submit a new issue. The tickets can contain resolutions, workarounds, or information about fixes.
You can also find information that can help you to resolve the issue in the following resources:
- https://github.com/DevExpress/devextreme-angular/blob/master/README.md
- https://js.devexpress.com/Documentation/Guide/Getting_Started/Widget_Basics_-_Angular/
******************************************************************************************************* -->

# Bug Report

<!-- Please provide the following information -->

**Package versions:**

devexteme version:
devextreme-angular version:

**Steps to reproduce:**
<!-- Provide a sample application that illustrates the bug if possible. You can use the following services:
- GitHub
- StackBlitz (https://stackblitz.com/edit/angular-c2djgn)
- Plunker (http://next.plnkr.co/edit/XuAPDd?preview)
-->

**Current behavior:**
<!-- Describe how the bug manifests. -->

**Expected behavior:**
<!-- Describe what you expect to happen. -->

**Screenshots:**
<!-- Add screenshots that demonstrate your problem if possible. -->
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature request
about: Suggest a feature for devextreme-angular
title: ''
labels: ''
assignees: ''

---

<!-- *****************************************************************************************************
Please look through our Roadmap for future releases (https://js.devexpress.com/Roadmap/) before you submit an issue.
********************************************************************************************************** -->

# Feature request

**Package versions you currently use:**

devexteme version:
devextreme-angular version:

**Description:**
<!-- Describe a problem or missing capability. -->

**Preferred Solution:**
<!-- Describe the solution you would like to see. -->

**Alternatives:**
<!-- If you have considered any alternative solutions or workarounds, describe them. -->
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/support-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Support Question
about: Questions and requests for support.
title: ''
labels: ''
assignees: ''

---

# Support Question

Please do not submit support requests and "How to" questions here. Navigate to our Support Center (https://devexpress.com/sc) instead.

0 comments on commit edfa5c6

Please sign in to comment.