Kaynağa Gözat

Update issue templates

- Add bug report
- Add feature request
- Add question
Alexey Edelev 5 yıl önce
ebeveyn
işleme
102aa405c5

+ 30 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,30 @@
+---
+name: Bug report
+about: Create a bug report
+title: ''
+labels: bug
+assignees: semlanik
+
+---
+
+**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.
+
+**Environment:**
+ - OS: [e.g. linux]
+ - Version [e.g. 0.2.0 or 6a8f5622b9f5e22870443933322bfc49b9bc8305]
+
+**Additional context**
+Add any other context about the problem here.
+
+> **Note:** Please attach sample code to reproduce issue if applicable

+ 20 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for the project
+title: ''
+labels: feature
+assignees: semlanik
+
+---
+
+**Problem description**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Suggestion/solution**
+A clear and concise description of what you want to happen.
+
+**Alternatives**
+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.

+ 14 - 0
.github/ISSUE_TEMPLATE/question-template.md

@@ -0,0 +1,14 @@
+---
+name: Question template
+about: Raise question about the project usage
+title: ''
+labels: question
+assignees: semlanik
+
+---
+
+*Question*
+Put your question here
+
+**Additional context**
+Add any other context or screenshots about the feature request here.