From 6fe4fa5308db3be0da7a06a972f11fb3185c3a51 Mon Sep 17 00:00:00 2001 From: schaeff Date: Thu, 25 Mar 2021 17:21:59 +0100 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 37 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 43 +++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..7235dbb0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug Report +about: Bug reports about the ZoKrates toolbox. +--- + + + +## Description + + + +## Environment + +- Compiler version: +- Operating system: + +## Steps to Reproduce + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..7441adab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,43 @@ +--- +name: Feature Request +about: ZoKrates toolbox feature requests. +--- + + + +## Abstract + + + +## Motivation + + + +## Specification + + + +## Backwards Compatibility + + \ No newline at end of file