From 66dad400920f5626398badfdadab318f02fbb030 Mon Sep 17 00:00:00 2001 From: Michael Angerman Date: Thu, 21 Oct 2021 20:16:18 -0700 Subject: [PATCH 1/2] update readme with the issue 242 where people can sign up for commands to port --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cec4a5df32..6c51abe900 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,6 @@ Engine-q is an experimental project to replace the core functionality in Nushell (parser, engine, protocol). It's still in an alpha state, and there is still a lot to do: please see TODO.md If you'd like to help out, come join us on the [discord](https://discord.gg/NtAbbGn) or propose some work in an issue or PR draft. We're currently looking to begin porting Nushell commands to engine-q. + +If you are interested in porting a command from nushell to engine-q you are welcome to +[comment on this issue 242](https://github.com/nushell/engine-q/issues/242) with the command name you would like to port. From 7bd5f887d17a2c927a236c1733453de4fa5f0b45 Mon Sep 17 00:00:00 2001 From: Michael Angerman Date: Thu, 21 Oct 2021 20:18:51 -0700 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c51abe900..ce983a5517 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ Engine-q is an experimental project to replace the core functionality in Nushell If you'd like to help out, come join us on the [discord](https://discord.gg/NtAbbGn) or propose some work in an issue or PR draft. We're currently looking to begin porting Nushell commands to engine-q. -If you are interested in porting a command from nushell to engine-q you are welcome to +If you are interested in porting a command from Nushell to engine-q you are welcome to [comment on this issue 242](https://github.com/nushell/engine-q/issues/242) with the command name you would like to port.