Skip to content

Commit

Permalink
Added issue templates for different issues
Browse files Browse the repository at this point in the history
- Added feature request template
- Added proposal template
- Added question template

Signed-off-by: Nisha K <nishak@vmware.com>
  • Loading branch information
Nisha K committed Nov 10, 2018
1 parent a5011ac commit 09eaf4d
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
@@ -0,0 +1,17 @@
---
name: Feature Request
about: Request a Feature

---

**Describe the Feature**
A clear and concise description of what you would like Tern to do for you.

**Use Cases**
Describe the use case(s) where this feature would be helpful.

**Implementation Changes**
Describe what changes you think would need to happen to the code to implement this feature
```
pseudocode or python code is fine here
```
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.md
@@ -0,0 +1,14 @@
---
name: Proposal
about: Propose a change to the project. This covers changes to docs, file organization or CI/CD.

---

**Problem Statement**
Describe the problem you are facing with the project.

**Describe the Proposal**
Describe the change you would like to see in the project.

**Steps to Implement Proposal**
List steps required to implement the change you would like to see.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,10 @@
---
name: Question
about: Ask a question about the project

---

**Please read the Code of Conduct before you proceed**
[Code of Conduct](/CODE_OF_CONDUCT.md)

**Ask your question here**

0 comments on commit 09eaf4d

Please sign in to comment.