From 175c638fdccf37c02340fceb83726902bfc88b18 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 5 May 2018 01:44:37 -0700 Subject: [PATCH] Set up some issue templates --- .github/ISSUE_TEMPLATE/1-problem.md | 7 +++++++ .github/ISSUE_TEMPLATE/2-feature.md | 7 +++++++ .github/ISSUE_TEMPLATE/3-help.md | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-problem.md create mode 100644 .github/ISSUE_TEMPLATE/2-feature.md create mode 100644 .github/ISSUE_TEMPLATE/3-help.md diff --git a/.github/ISSUE_TEMPLATE/1-problem.md b/.github/ISSUE_TEMPLATE/1-problem.md new file mode 100644 index 00000000..cc4f0150 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-problem.md @@ -0,0 +1,7 @@ +--- +name: Problem +about: Something does not seem right + +--- + + diff --git a/.github/ISSUE_TEMPLATE/2-feature.md b/.github/ISSUE_TEMPLATE/2-feature.md new file mode 100644 index 00000000..a6fd9183 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature.md @@ -0,0 +1,7 @@ +--- +name: Feature request +about: Share how Serde could support your use case better + +--- + + diff --git a/.github/ISSUE_TEMPLATE/3-help.md b/.github/ISSUE_TEMPLATE/3-help.md new file mode 100644 index 00000000..bc283cad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-help.md @@ -0,0 +1,7 @@ +--- +name: Help +about: This is the right place + +--- + +