Skip to content
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

WIP contribution/adding commands guide #560

Closed
wants to merge 3 commits into from
Closed

Conversation

JakeDawkins
Copy link
Contributor

Fixes #559

This PR adds a new docs section, contributing, moves the current contributing guide under it, and adds another adding commands guide.

The adding commands guide works off the basis of wanting to add a new rover graph hello command, whose only job is to make sure a graph exists in the registry and that it's not deleted. I got through adding the command to Rover's API, but none of the request logic exists yet. I added the needed graphql operation, but not the module to actually plug into the command

I figured with the potential refactor/cleanup of rover-client, it'd probably be best to hold off on writing down all the specifics of how to add request logic there. That combined with it being my last week (😢) means my energy and focus wasn't at its peak, so this is where I got to!

@JakeDawkins JakeDawkins added the docs 📝 improvements or additions to docs on the docs site label May 21, 2021
@EverlastingBugstopper EverlastingBugstopper deleted the jake/contributions branch November 9, 2022 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 📝 improvements or additions to docs on the docs site
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add guide on how to contribute new commands
2 participants