From 87614cdc8dd7d99d83108b9c35e6eaf996cbf038 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Fri, 14 Jun 2019 13:31:38 -0400 Subject: [PATCH] github issue templates conforming to new workflow --- .github/ISSUE_TEMPLATE | 0 .../ISSUE_TEMPLATE/questions-help-support.md | 5 +++ .github/bug-report.md | 35 +++++++++++++++++++ .github/feature-request.md | 24 +++++++++++++ 4 files changed, 64 insertions(+) delete mode 100644 .github/ISSUE_TEMPLATE create mode 100644 .github/ISSUE_TEMPLATE/questions-help-support.md create mode 100644 .github/bug-report.md create mode 100644 .github/feature-request.md diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index e69de29bb..000000000 diff --git a/.github/ISSUE_TEMPLATE/questions-help-support.md b/.github/ISSUE_TEMPLATE/questions-help-support.md new file mode 100644 index 000000000..49dcefbd0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions-help-support.md @@ -0,0 +1,5 @@ +--- +name: "Questions/Help/Support" +--- + +Please post questions and support requests in the [GTSAM Google group](https://groups.google.com/forum/#!forum/gtsam-users) and not on Github. diff --git a/.github/bug-report.md b/.github/bug-report.md new file mode 100644 index 000000000..9f15b2b7c --- /dev/null +++ b/.github/bug-report.md @@ -0,0 +1,35 @@ +--- +name: "Bug Report" +about: Submit a bug report to help us improve GTSAM +--- + + + + + + + +## Description + + + +## Steps to reproduce + +1. +2. + + + +## Expected behavior + + + +## Environment + + + + + +## Additional information + + \ No newline at end of file diff --git a/.github/feature-request.md b/.github/feature-request.md new file mode 100644 index 000000000..e1e13650a --- /dev/null +++ b/.github/feature-request.md @@ -0,0 +1,24 @@ +--- +name: "Feature Request" +about: Submit a proposal/request for a new GTSAM feature +--- + +## Feature + + + +## Motivation + + + +## Pitch + + + +## Alternatives + + + +## Additional context + + \ No newline at end of file