Skip to content

Commit

Permalink
feat: add issue template
Browse files Browse the repository at this point in the history
Add issue template files for adding a bug, a feature request or just send the user to the forum if they have a question
  • Loading branch information
emanuelaepure10 committed Oct 23, 2023
1 parent 3ec598b commit 24628b4
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-a-question-on-hale-studio-usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Ask a question on hale»studio usage
about: If you have a question about using hale»studio, please use our forum.
title: ''
labels: ''
assignees: ''

---

If you have questions regarding the usage of hale»studio, please drop us a line here:

https://discuss.wetransform.to/#/forum
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: If you have a feature request or an idea that you believe could improve our
software, we would love to hear from you.
title: "[Feature]:"
labels: ''
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.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Report a bug
about: If you encounter any issues, errors, or unexpected behaviour while using our
software, we kindly request that you report it to us.
title: "[BUG]:"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
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 problem.



**Additional context**
Add any other context about the problem here.

0 comments on commit 24628b4

Please sign in to comment.