Skip to content

Commit

Permalink
Add issues templates (#809)
Browse files Browse the repository at this point in the history
* Update issue templates

* Chage bug template

---------

Co-authored-by: pefontana <[email protected]>
  • Loading branch information
pefontana and pefontana authored Sep 27, 2024
1 parent d124199 commit e98613c
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/blank-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Blank Issue
about: Blank Issue
title: ''
labels: ''
assignees: ''

---


35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
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**
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

**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]
- Architecture [e.g. x86_64, aarch64]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e98613c

Please sign in to comment.