From 0f7f5a302a4e234ac95fba79bfa859622ab5f05a Mon Sep 17 00:00:00 2001 From: aquint-zama Date: Tue, 17 Aug 2021 18:17:43 +0200 Subject: [PATCH] chore(templates): update issue templates refers #129 --- .github/ISSUE_TEMPLATE/bug_report.md | 8 -------- .github/ISSUE_TEMPLATE/refactor.md | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 49d8c45a9..0661904c6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,14 +30,6 @@ print("Minimal POC to reproduce the bug") ## Artifacts -Generate a compiler report (see documentation) and attach all generated artifacts here: - -- bounds.txt -- cryptographic_parameters.txt -- ir_nodes.txt -- optimizations_applied.txt -- target_nodes.txt -
Logs or output

diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md index b5023e9f0..dc8d53030 100644 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -6,11 +6,11 @@ labels: refactor ## Proposal -What would be your refactor proposal +What would be your refactor proposal? ## Impact -List all files/modules/projects impacted by this refactor +List all files/modules/projects impacted by this refactor.

Files impacted