Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Update issue templates

+31
+15
.github/ISSUE_TEMPLATE/bug_report.md
··· 1 + --- 2 + name: Bug report 3 + about: Something isn't working 4 + title: '' 5 + labels: bug 6 + assignees: '' 7 + 8 + --- 9 + 10 + <!-- 11 + Please include the following: 12 + - Steps and code to reproduce the problem 13 + - Versions for Gleam, OS, the runtime and any other software used 14 + - Logs from running Gleam with the `GLEAM_LOG` environment variable set to `trace` 15 + -->
+16
.github/ISSUE_TEMPLATE/feature_request.md
··· 1 + --- 2 + name: Feature request 3 + about: Suggest an idea for this project 4 + title: '' 5 + labels: '' 6 + assignees: '' 7 + 8 + --- 9 + 10 + <!-- 11 + Gleam is post-v1, so breaking changes are not possible. 12 + 13 + Any new addition to the language itself needs to enable something that is not possible in Gleam today, and solve existing pain-points. 14 + 15 + 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 16 + -->