From 6b12b42f7c6cb370e97e75c78ec6995e4af64045 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 30 Oct 2021 20:40:45 -0700 Subject: [PATCH] glfw: update README, send pull requests to the main repo if possible Signed-off-by: Stephen Gutekanst --- glfw/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/glfw/README.md b/glfw/README.md index b98fe2da..f18849c1 100644 --- a/glfw/README.md +++ b/glfw/README.md @@ -104,8 +104,6 @@ Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/ ## Contributing -Contributions are very welcome. Just send a PR to this repository. +Contributions are very welcome. If possible, please send pull requests to [the main repository](https://github.com/hexops/mach/tree/main/glfw) and once merged the change will get sync'd here. We track the latest stable release of GLFW, if you need a newer version we can start a development branch / figure that out - just open an issue. - -Once your PR is merged, if you're using Mach engine and wanting the changes there, it will be sync'd to the main repo via `git subtree`.