-
Notifications
You must be signed in to change notification settings - Fork 37
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
Publish RFCs to github pages #1
Comments
Some are currently in |
We only have a template for doing this in markdown: https://github.com/Qiskit/rfcs/blob/master/0000-template.md which I assumed was going to be the only format we'd use for these. But, if we want to also accept rfcs in jupyter it's pretty easy to support that too. We can just convert it to markdown as part of a build step, |
But, before we start doing any rfcs as a jupyter notebook we should probably document the expected format for those submissions so that have a standardized method for doing it. |
I think having RFC in qiskit.org (maybe as part of the documentation?) it would be good. |
Now that we have an RFCs repo once we start merging RFCs we need to have a place to host them. We should add hosting via github pages so we can see the rendered output of the RFCs.
The text was updated successfully, but these errors were encountered: