Skip to content

Commit

Permalink
Added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hrszpuk authored Jul 25, 2022
1 parent e99a83e commit 8c62a88
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-language-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature/Language request
about: Suggest additional information, or additional language implementations., to
be added to the repository.
title: "[REQUEST]"
labels: enhancement, help wanted
assignees: hrszpuk

---

**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.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Issue/bug report
about: Create an issue/bug report to inform us of problems with our code, explanation,
or repository setup.
title: "[ISSUE] "
labels: bug, documentation, question
assignees: hrszpuk

---

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

**To Reproduce** (optional)
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior** (optional)
A clear and concise description of what you expected to happen.

**Screenshots** (optional)
If applicable, add screenshots to help explain your problem.

**Platform (please complete the following information):** (optional)
- OS: [e.g. Windows, MacOS, Linux]
- Version [e.g. v1.0.0]

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

0 comments on commit 8c62a88

Please sign in to comment.