From 4ca181b7b2b830948245b7bf48552ab4b2b3d25a Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:25:10 +0300 Subject: [PATCH] Update GitHub template (#14) * Delete .github/ISSUE_TEMPLATE/bug-report.md * Delete .github/ISSUE_TEMPLATE/feature-request.md * Update config.yml --- .github/ISSUE_TEMPLATE/bug-report.md | 39 ----------------------- .github/ISSUE_TEMPLATE/config.yml | 4 +-- .github/ISSUE_TEMPLATE/feature-request.md | 20 ------------ 3 files changed, 2 insertions(+), 61 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index ca40e33..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -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.--> diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index bb2ed0f..bc25558 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Regula Help Center + - name: Submit a request url: https://support.regulaforensics.com/hc/requests/new?utm_source=github - about: Please submit any requests here + about: Submit any requests to Regula Support Team diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index 0518174..0000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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.-->