Skip to content

Commit

Permalink
chore: create bug_report.yml, config.yml, feature_request.yml and hel…
Browse files Browse the repository at this point in the history
…p_request.yml
  • Loading branch information
uvarov-frontend committed Nov 16, 2024
1 parent 4609288 commit 77f1d12
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Report a bug or issue in Vanilla Calendar Pro
title: "[BUG]"
labels: bug
assignees: ''
---

**⚠️ Important: Bug reports are accepted only for version 3.0.0 or above**
Before submitting a bug report, ensure that you are using at least version **3.0.0** of Vanilla Calendar Pro. Issues reported for earlier versions will not be addressed.

---

**Describe the bug**
Provide a clear and concise description of the issue related to Vanilla Calendar Pro.

**Steps to reproduce**
Please list the exact steps to reproduce the issue:
1. Include the version of Vanilla Calendar Pro you are using.
2. Describe the setup process or initialization of the calendar.
3. Detail the actions taken before encountering the bug.

**Expected behavior**
What was the expected outcome or behavior of Vanilla Calendar Pro?

**CodeSandbox example (REQUIRED)**
To help us debug efficiently, you **must** create a reproducible example of the issue in a sandbox environment.
Use [CodeSandbox](https://codesandbox.io/) or a similar tool to replicate the problem, and provide the link here:
> Example link: https://codesandbox.io/p/sandbox/eloquent-dubinsky-cfthqk

**Screenshots (optional)**
If applicable, attach screenshots or GIFs to illustrate the problem.

**Additional context**
Include any additional details, such as custom configurations, integrations, or any logs related to the issue.
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: "Feedback"
url: "https://t.me/uvarov_frontend"
about: "Use this form to contact me if the problem is not described in the templates."
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Feature request
about: Suggest a new feature or improvement for Vanilla Calendar Pro
title: "[FEATURE]"
labels: enhancement
assignees: ''
---

**⚠️ Important: Check before submitting**
Before proposing a new feature, ensure:
1. The feature does not already exist in Vanilla Calendar Pro.
2. It cannot be implemented using the current settings or customization options.

---

**Feature description**
Describe the feature or enhancement you would like to see in Vanilla Calendar Pro. Be specific and concise.

**Use case**
Explain why this feature is important.
- What problem does it solve?
- How would it improve the user experience?

**Proposed solution**
If you have an idea of how this feature could be implemented, describe it here. This can include API suggestions, functionality details, or UI/UX considerations.

**Similar functionality in other calendars (optional)**
If you know of another calendar that has this feature, please share its name and describe how it works.

**Alternatives considered**
If you have explored other solutions, mention them and explain why they are insufficient for your needs.

**Additional context**
Add any additional information, related discussions, or references that might help us understand and prioritize your request.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/help_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Help request
about: Request assistance with using Vanilla Calendar Pro
title: "[HELP]"
labels: question, help wanted
assignees: ''
---

**⚠️ Important: Check the documentation first**
Before submitting a help request, make sure to:
1. Review the official [Vanilla Calendar Pro documentation](https://vanilla-calendar.pro/ru/docs/reference).
2. Search existing issues to ensure your question has not already been answered.

---

**Describe your question**
Provide a clear and concise description of your issue or question about Vanilla Calendar Pro.

**Steps to reproduce your issue (if applicable)**
If your question is related to unexpected behavior, please provide the steps to reproduce it:
1. Your setup or configuration (share relevant code snippets).
2. Actions you performed before encountering the issue.

**CodeSandbox example (optional)**
If applicable, provide a minimal example in a sandbox environment like [CodeSandbox](https://codesandbox.io/):
> Example link: https://codesandbox.io/p/sandbox/eloquent-dubinsky-cfthqk

**Additional context**
Add any additional information, links, or context that could help answer your question.

0 comments on commit 77f1d12

Please sign in to comment.