Skip to content

Commit

Permalink
chore(meta): add bug report template (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Nov 18, 2024
1 parent cea63c1 commit 7e164f4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug Report
about: Create a bug report
labels: C-bug
---
<!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->

I tried this code:

```solidity
<code>
```

I expected to see this happen: *explanation*

Instead, this happened: *explanation*

### Meta

`solar --version`:
```
<version>
```
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: GitHub Discussions
url: https://github.com/paradigmxyz/solar/discussions
- name: Telegram
url: https://t.me/paradigm_solar
about: Please ask and answer questions here to keep the issue tracker clean.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/ice.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Internal Compiler Error
description: Create a report for an internal compiler error
description: Create a report for an internal compiler error (ICE)
labels: ["C-bug", "I-ICE"]
title: "[ICE]: "
body:
Expand All @@ -16,18 +16,17 @@ body:
label: Code
description: Please provide code or a link to a repository that can reproduce the problem
placeholder: code
render: Rust
render: Solidity
validations:
required: false

- type: textarea
id: version
attributes:
label: Rust Version
label: Solar Version
description: Please provide the `solar` version, `solar --version`. Make sure that you're using the latest version of the compiler!
placeholder: |
$ solar --version
solar X.Y.Z (SHORTHASH DATE)
render: Shell
validations:
required: true
Expand Down

0 comments on commit 7e164f4

Please sign in to comment.