From b0382718f5ee68a7a5b54882fef998bc6cd38d43 Mon Sep 17 00:00:00 2001 From: Pedro Fontana Date: Wed, 25 Sep 2024 18:00:21 -0300 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/blank-issue.md | 10 +++++++ .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank-issue.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md new file mode 100644 index 000000000..beac4a938 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank-issue.md @@ -0,0 +1,10 @@ +--- +name: Blank Issue +about: Blank Issue +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..9bd7d3315 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: 'Report an unexpected behavior ' +title: '' +labels: '' +assignees: '' + +--- + +**Where are you using Cairo Native** +In which project are you using Cairo Native + +**Version** +What Cairo Native commit are you using + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +* What project are you running +* Which Cairo, Sierra, or Starknet transaction are you running +* What Error are you getting + +**Expected behavior** +A clear and concise description of what you expected to happen. + + +**Desktop (please complete the following information):** + - OS: [e.g. MacOS, Ubuntu 22.04 LTS] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..5c3d8e2ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest a feature for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your related to a Starknet project? ** + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + + +**Additional context** +Add any other context or screenshots about the feature request here. From 99c06e213aecba181d02af587a8931203323c633 Mon Sep 17 00:00:00 2001 From: pefontana Date: Thu, 26 Sep 2024 18:26:15 -0300 Subject: [PATCH 2/2] Chage bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9bd7d3315..4f85f2824 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,8 +17,9 @@ What Cairo Native commit are you using A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behavior: +Exact commands to reproduce the bug. Also, if you can provide a minimal example, it would be really useful—whether it's a small program, contract, or the exact libfunc that triggers the error * What project are you running +* Exact commands to reproduce the bug. * Which Cairo, Sierra, or Starknet transaction are you running * What Error are you getting @@ -28,6 +29,7 @@ A clear and concise description of what you expected to happen. **Desktop (please complete the following information):** - OS: [e.g. MacOS, Ubuntu 22.04 LTS] + - Architecture [e.g. x86_64, aarch64] **Additional context** Add any other context about the problem here.