summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE.md
blob: 2c4ca9c46fa6e23198738e51562dc56f879058a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!-- you found an issue? Awesome! Thanks for reporting! -->

## What

* [ ] Bug
* [ ] Feature Request
* [ ] Question
* [ ] Other


## Version

**Butido Version:**
**Rust Version:** <!-- feel free to remove if not relevant -->
**Postgres Version:** <!-- feel free to remove if not relevant -->
**Docker Version:** <!-- feel free to remove if not relevant -->
**OS I'm running on:**


For the lazy:

```bash
butido --version
rustc --version
docker --version
uname -a
cat /etc/os-release
```