Skip to content

Commit

Permalink
chore: update bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav committed Jan 29, 2025
1 parent 0c960fe commit 416cbac
Showing 1 changed file with 23 additions and 18 deletions.
41 changes: 23 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,35 @@ labels: ''
assignees: ''
---

## Describe the bug
## Desktop (please complete the following information)

- OS: [e.g. mac M2 Sonoma, Linux Ubuntu 24.10]
- Browser [e.g. chrome , safari]

## How are you running the node

- [ ] merod binary *(obtained with homebrew or installation script)*
- [ ] building source code *(cloned github repository)*

> **Note:** If you are building from the source make sure you are using latest
> master
## Which tools versions you have?

- merod: _(get version by running "merod --version" in terminal)_
- meroctl: _(get version by running "meroctl --version" in terminal)_

## Describe the issue

A clear and concise description of what the bug is.

## To Reproduce
## How can we reproduce the issue

Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
1. Node is stared with '...'
2. I did '...'
3. Then I did '...'
4. See error

## Expected behavior
Expand All @@ -27,19 +45,6 @@ A clear and concise description of what you expected to happen.

If applicable, add screenshots to help explain your problem.

## Desktop (please complete the following information)

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

## Smartphone (please complete the following information)

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

## Additional context

Add any other context about the problem here.

0 comments on commit 416cbac

Please sign in to comment.