···11+---
22+name: Bug report
33+about: Something isn't working
44+title: ''
55+labels: bug
66+assignees: ''
77+88+---
99+1010+<!--
1111+Please include the following:
1212+- Steps and code to reproduce the problem
1313+- Versions for Gleam, OS, the runtime and any other software used
1414+- Logs from running Gleam with the `GLEAM_LOG` environment variable set to `trace`
1515+-->
···11+---
22+name: Feature request
33+about: Suggest an idea for this project
44+title: ''
55+labels: ''
66+assignees: ''
77+88+---
99+1010+<!--
1111+Gleam is post-v1, so breaking changes are not possible.
1212+1313+Any new addition to the language itself needs to enable something that is not possible in Gleam today, and solve existing pain-points.
1414+1515+For anything other than trivial and uncontroversial additions please make a GitHub discussion before making an issue. https://github.com/gleam-lang/gleam/discussions/categories/ideas-suggestions
1616+-->