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

Configure Feed

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

Do not include copyright comments in pull request template

+1 -6
-5
.github/pull_request_template.md
··· 1 - <!-- 2 - SPDX-License-Identifier: Apache-2.0 3 - SPDX-FileCopyrightText: 2026 The Gleam contributors 4 - --> 5 - 6 1 - [ ] The changes in this PR have been discussed beforehand in an issue 7 2 - [ ] The issue for this PR has been linked 8 3 - [ ] Tests have been added for new behaviour
+1 -1
compiler-core/src/tests.rs
··· 123 123 } 124 124 125 125 // GitHub templates 126 - "md" if path.starts_with("../.github/ISSUE_TEMPLATE") => return None, 126 + "md" if path.starts_with("../.github/") => return None, 127 127 128 128 // Static assets 129 129 "gz" => return None,