Browse Source

Update issue templates

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.8.6
Erez Shinan 4 years ago
committed by GitHub
parent
commit
bbf87fed3c
3 changed files with 45 additions and 0 deletions
  1. +17
    -0
      .github/ISSUE_TEMPLATE/feature_request.md
  2. +10
    -0
      .github/ISSUE_TEMPLATE/other.md
  3. +18
    -0
      .github/ISSUE_TEMPLATE/question.md

+ 17
- 0
.github/ISSUE_TEMPLATE/feature_request.md View File

@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Suggestion**
Provide a clear and concise description of what the problem is, 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.

+ 10
- 0
.github/ISSUE_TEMPLATE/other.md View File

@@ -0,0 +1,10 @@
---
name: Other
about: For any discussion that doesn't fit the templates
title: ''
labels: ''
assignees: ''

---



+ 18
- 0
.github/ISSUE_TEMPLATE/question.md View File

@@ -0,0 +1,18 @@
---
name: Question
about: Ask a question about Lark or request help
title: ''
labels: question
assignees: ''

---

**What is your question?**

Try to be accurate and concise.

**If you're having trouble with your code or grammar**

Provide a small script that encapsulates your issue.

Explain what you're trying to do, and what is obstructing your progress.

Loading…
Cancel
Save