Skip to content

Commit

Permalink
Added issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
vyakimchik committed May 31, 2022
1 parent 5fbf4f6 commit c8f7559
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug Report
about: Create a report to help us improve
title: "[BR] "
labels: bug
assignees: ''

---

**Before Submitting, be sure to**
- [ ] Update to the latest stable version.
- [ ] Read and follow the guides described in the [documentation](https://docs.regulaforensics.com?utm_source=github).
- [ ] Try to reproduce in our demo project.
- [ ] Search for your issue in the existing GitHub issues.

**Bug Description**
<!--A clear and concise description of what the bug is.-->

**Steps To Reproduce**
<!--
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->

**Expected behavior**
<!--A clear and concise description of what you expected to happen.-->

**Screenshots**
<!--If applicable, add screenshots to help explain your issue.-->

**Environment:**
- Device: <!--[e.g. iPhone 12]-->
- OS: <!--[e.g. iOS]-->
- OS version: <!--[e.g. 10.0]-->

**Additional context**
<!--Add any other context about the problem here.-->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Regula Help Center
url: https://support.regulaforensics.com/hc/requests/new?utm_source=github
about: Please submit any requests 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 product
title: "[FR] "
labels: enhancement
assignees: ''

---

**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.-->

**Describe alternatives you've considered**
<!--A clear and concise description of any alternative solutions or features you've considered.-->

**Additional context**
<!--Add any other context or screenshots about the feature request here.-->

0 comments on commit c8f7559

Please sign in to comment.