-
Notifications
You must be signed in to change notification settings - Fork 2.8k
update cli contributing guide #1412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dsandip
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shahidhk suggestions only.
cli/CONTRIBUTING.md
Outdated
| [`good-first-issue`](https://github.com/hasura/graphql-engine/issues?q=is%3Aissue+is%3Aopen+label%3Ac%2Fcli+label%3A%22good+first+issue%22) label for issues that | ||
| are fairly easy to implement. | ||
|
|
||
| For new contributors to get started quickly, we encourage one-on-one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shahidhk Can't do suggestions over multiple lines 🙄 . Here's what I recommend for this para:
For first-time contributors, we have set aside some time slots for one-on-one pair programming with the team, to get you started quickly :). If you're interested in setting up a chat, please feel free to pick a slot from [shahidhk](https://github.com/shahidhk)'s
[calendar](https://calendly.com/shahidhk).|
Done.
Regards,
Shahidh
…On Sun, 20 Jan 2019 at 20:51, dsandip ***@***.***> wrote:
***@***.**** approved this pull request.
@shahidhk <https://github.com/shahidhk> suggestions only.
------------------------------
In cli/CONTRIBUTING.md
<#1412 (comment)>
:
> @@ -2,10 +2,23 @@
Thanks for your interest in Hasura GraphQL Engine CLI.
+The CLI is written in [Go](https://golang.org/) using the popular
+package [`spf13/cobra`](https://github.com/spf13/cobra).
+
+All CLI related issues are labelled as [`c/cli`](https://github.com/hasura/graphql-engine/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Ac%2Fcli+) which stands for
+component/cli. If you're new to the CLI codebase, you can checkout the
+[`good-first-issue`](https://github.com/hasura/graphql-engine/issues?q=is%3Aissue+is%3Aopen+label%3Ac%2Fcli+label%3A%22good+first+issue%22) label for issues that
+are fairly easy to implement.
+
+For new contributors to get started quickly, we encourage one-on-one
@shahidhk <https://github.com/shahidhk> Can't do suggestions over
multiple lines 🙄 . Here's what I recommend for this para:
For first-time contributors, we have set aside some time slots for one-on-one pair programming with the team, to get you started quickly :). If you're interested in setting up a chat, please feel free to pick a slot from [shahidhk](https://github.com/shahidhk)'s
[calendar](https://calendly.com/shahidhk).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1412 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD7wPTd714QebyZLOhtZ5SzCtaHs8voHks5vFIlwgaJpZM4aHoqO>
.
|
|
Review app https://hge-ci-pull-1412.herokuapp.com is deleted |
<!-- The PR description should answer 2 important questions: --> ### What Parse the LIKE operator and push down standard operator names. This does not include any standardization of operator meanings which needs to happen on the NDC side, but we can do that along with comparison operators. ### How <!-- How is it trying to accomplish it (what are the implementation steps)? --> V3_GIT_ORIGIN_REV_ID: 4d203d2a6a75396b05f81538584caa4fb2f99104
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
Solution and Design
Type
Checklist: