From 09eaf4d9b7e9ea833102e1971aa9ea8d6d35800d Mon Sep 17 00:00:00 2001 From: Nisha K Date: Sat, 10 Nov 2018 13:14:52 -0800 Subject: [PATCH] Added issue templates for different issues - Added feature request template - Added proposal template - Added question template Signed-off-by: Nisha K --- .github/ISSUE_TEMPLATE/feature.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/proposal.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 10 ++++++++++ 3 files changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/proposal.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..69d507f9 --- /dev/null +++ b/.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 +``` diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md new file mode 100644 index 00000000..8a32d80c --- /dev/null +++ b/.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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..0e4f9d6c --- /dev/null +++ b/.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**