-
Notifications
You must be signed in to change notification settings - Fork 85
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
docs: extend contribution guide #594
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EverlastingBugstopper
added
the
docs 📝
improvements or additions to docs on the docs site
label
Jun 3, 2021
EverlastingBugstopper
force-pushed
the
avery/contribution
branch
2 times, most recently
from
June 9, 2021 18:53
6b137b4
to
44e73d4
Compare
EverlastingBugstopper
changed the title
wip: docs: extend contribution guide
docs: extend contribution guide
Jun 9, 2021
EverlastingBugstopper
force-pushed
the
avery/contribution
branch
from
June 9, 2021 18:56
44e73d4
to
5b6dbbd
Compare
EverlastingBugstopper
force-pushed
the
avery/contribution
branch
from
June 9, 2021 18:59
5b6dbbd
to
95329c3
Compare
lrlna
reviewed
Jun 10, 2021
|
||
An example of a clear need is the `graph` vs. `subgraph` vs. `supergraph` command structure. Each of these nouns has similar associated verbs. | ||
|
||
Let's look at the `fetch` commands as an example. `rover graph fetch` and `rover subgraph fetch` each take a positional required `<GRAPH_REF>` argument, and `subgraph fetch` also has a required `--subgraph` flag. It really looks like there doesn't need to be differentiation between these commands. We could have made this behavior implicit by making `--subgraph` optional, and only returning a subgraph schema if the `--subgraph` argument was provided. |
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.
I really like this example!
lrlna
approved these changes
Jun 10, 2021
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.
Wow @EverlastingBugstopper this is really really good! Thank you ✨
EverlastingBugstopper
added a commit
that referenced
this pull request
Jun 10, 2021
This was referenced Jun 21, 2021
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes (most of) #561, adds an
ARCHITECTURE.md
, and copies/extends the new command guide Jake started in #560.TODO:
CONTRIBUTING.md
to the Netlify docs withcargo xtask dist
CODE_OF_CONDUCT.md
ARCHITECTURE.md
andCODE_OF_CONDUCT.md
fromCONTRIBUTING.md
ARCHITECTURE.md
: