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 3d3f775
Showing 1 changed file with 44 additions and 18 deletions.
62 changes: 44 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,56 @@ labels: ''
assignees: ''
---

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

- OS Version: [e.g. mac 14.5 Sonoma, Linux Ubuntu 24.10]
- Processor: [e.g. M2, Intel Core i7-10750H]
- Architecture: [e.g. arm64, x86_64]

Example instructions to collect above details: _(Adjust if needed)_

Mac:

```bash
echo "OS Version: $(sw_vers -productName) $(sw_vers -productVersion)"
echo "Processor: $(sysctl -n machdep.cpu.brand_string)"
echo "Architecture: $(uname -m)"
```

Linux:

```bash
echo "OS Version: $(lsb_release -d | cut -f2)"
echo "CPU Architecture: $(uname -m)"
echo "Processor Model: $(grep -m 1 'model name' /proc/cpuinfo | cut -d: -f2-)"
```

- 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 +66,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 3d3f775

Please sign in to comment.