Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- Are you modify generated code?
- Have you modified the templates and run the code generator?

See https://github.com/bitshifter/glam-rs/blob/main/codegen/README.md for details.
See https://github.com/bitshifter/glam-codegen/blob/main/README.md for details.

## Testing and linting

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Also run `cargo fmt` and `cargo clippy` on any new code.
[open an issue]: https://GitHub.com/bitshifter/glam-rs/issues/new
[ask a question]: https://github.com/bitshifter/glam-rs/discussions/new?category=q-a
[suggest a new feature]: https://github.com/bitshifter/glam-rs/discussions/new?category=ideas
[codegen README]: codegen/README.md
[codegen README]: https://github.com/bitshifter/glam-codegen/blob/main/README.md
Loading