From 6fe4fa5308db3be0da7a06a972f11fb3185c3a51 Mon Sep 17 00:00:00 2001 From: schaeff Date: Thu, 25 Mar 2021 17:21:59 +0100 Subject: [PATCH 1/2] 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 From c11d359f70220f922dccf6cd522567954e43ea42 Mon Sep 17 00:00:00 2001 From: schaeff Date: Thu, 25 Mar 2021 17:46:57 +0100 Subject: [PATCH 2/2] typo --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7235dbb0..af03a5b6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,7 @@ about: Bug reports about the ZoKrates toolbox.