mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
fa5c1c2428
* Add a bug report template * Add a feature request template * Add a pull request template * Add a security policy * Lint newer files
36 lines
631 B
Markdown
36 lines
631 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a bug to improve this project
|
|
title: ''
|
|
labels: 'bug'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
#### The bug
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
#### Software versions
|
|
|
|
A list of software versions where the bug is apparent, as detailed as possible:
|
|
|
|
* `setup-beam`: ...
|
|
* other (where applicable): ...
|
|
|
|
#### How to replicate
|
|
|
|
An ordered list of steps to replicate the bug:
|
|
|
|
1. run `...`
|
|
2. search for `...` in the error output
|
|
3. look at file `...`
|
|
|
|
#### Expected behaviour
|
|
|
|
What's expected to happen when you follow the steps listed above.
|
|
|
|
#### Additional context
|
|
|
|
Any other context about the bug.
|