-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Combined contribute_to_qiskit.rst with contributing.md #11217
Conversation
One or more of the the following people are requested to review this:
|
Pull Request Test Coverage Report for Build 6909379076Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
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.
Thanks, Abby!
pip install -e . | ||
``` | ||
|
||
## Installing Qiskit from source |
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.
Would it make sense to instead link out to the new Install From Source page in OneDocs? I think the main motivation would be de-duplication.
I'm fine with it all being in this guide, though.
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'm happy with that, but maybe the maintainers have a different opinion? this would be the new link if we decided to change: https://docs.quantum-computing.ibm.com/start/install-qiskit-source
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.
The content is a bit different, so maybe theres reason to keep both?
Co-authored-by: Eric Arellano <[email protected]>
Bump @Qiskit/terra-core |
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.
Please can we also make sure that the now-obsolete file is deleted from the repository as part of this PR?
CONTRIBUTING.md
Outdated
# Contributing | ||
|
||
First read the overall project contributing guidelines. These are all | ||
included in the qiskit documentation: | ||
Qiskit is an open-source project committed to bringing quantum computing to | ||
people of all backgrounds. This page describes how you can join the Qiskit | ||
community in this goal. | ||
|
||
https://qiskit.org/documentation/contributing_to_qiskit.html | ||
|
||
## Contributing to Qiskit Terra | ||
|
||
In addition to the general guidelines there are specific details for | ||
contributing to terra, these are documented below. | ||
|
||
### Contents |
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.
The refactoring here seems to have broken the logical heading levels a little bit. Not sure what heading structure you prefer, but at the moment we go from level 1 to level 3 then back to level 2, which isn't great for accessibility.
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.
ah good point, the heading levels where a bit janky to beign with so I tried to tidy them up a bit, but must have missed this one
Co-authored-by: Jake Lishman <[email protected]>
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.
Thanks Abby, I'm fine with this. Given Eric's concerns about maybe needing to make an emergency docs deployment, perhaps the best strategy is to leave this PR approved but not merged until we're ready on the qiskit.org side (or wherever it's getting deployed)? Having this PR with the old-file removal means git will force us to resolve the change if anybody happens to make a change to the old form before we actually merge this, so we can't accidentally lose changes.
Apologies - I misremembered: they were your concerns, not Eric's. |
It's only 1 week until we get the redirects going and I highly doubt we'll need to do any docs deployments at this later stage, so I'm happy to take that risk and deploy this now :) |
* Combined contribut_to_qiskit.rst with contributing.md * Update CONTRIBUTING.md Co-authored-by: Eric Arellano <[email protected]> * Apply suggestions from code review Co-authored-by: Jake Lishman <[email protected]> * applied review comments and removed old contributing guide * fixed docs warning --------- Co-authored-by: Eric Arellano <[email protected]> Co-authored-by: Jake Lishman <[email protected]>
Summary
This PR copies over relevant information in
contribute_to_qiskit.rst
into theCONTRIBUTING.md
, meaning we can safely remove https://qiskit.org/documentation/contributing_to_qiskit.html when the time comes.This PR also updates
CONTRIBUTING.md
to no longer use the term "terra"Details and comments