Please, have a look whenever possible. @Eric-Arellano
All occurrences where quantum-computing.ibm.com have been changed to
quantum.ibm.com , leaving subdomains untouched.
EDIT:
I did git pull upstream before creating this branch, now I see there are
some conflicts, maybe there was a merge while I was creating this PR?
Relates to https://github.com/Qiskit/documentation/issues/6, which is
about docs. This PR only adds Prettier to our support code. We might
want to extend Prettier to docs in a follow up.
Having a consistent format is convenient and saves us time so that
humans don't have to manually move things around.
We have a non-trivial amount of TypeScript tooling, so this is worth
adding imo.
From @javabster -- improvements to issue templates:
### content bug or inaccuracy
- [x] can we add a checkbox selection like we had in the old one?
something like this:
```
- [ ] typo
- [ ] code bug
- [ ] out-of-date content
- [ ] it's just wrong
- [ ] other
```
- [x] description formatting is a bit weird with the slash (/). Can you
update to say "Report typos, bugs, out-of-date content, broken links
etc."
- [x] can you have it automatically add the "bug" label when the issue
is opened?
### UI issue
- [x] typo in the "please describe the UI problem" description, there is
an extra ) at the end
- [x] also can you have it automatically add a label, might need to make
a new one called "UI feedback" or something
### Request new content
- [x] could you rephrase the last question in the form to emphasise that
it is optional? i imagine some people might just want to add a
suggestion but dont want to be further involved at all, they just want
to submit a request and leave. That currently doesn't have an option in
the dropdown and the q is mandatory. You could rephrase the question to
"if this new content request is accepted, do you want to write the
content?" and then have all the dropdown options including a "no" option
- [x] can you automatically add the "new" label and also a "content
request" label (i think the second will need to be created
### API refs
add the links to the 1 line description of the issue
- [x] https://docs.quantum-computing.ibm.com/api/qiskit
- [x]
https://docs.quantum-computing.ibm.com/api/qiskit-ibm-runtime/runtime_service
---------
Co-authored-by: Abby Mitchell <23662430+javabster@users.noreply.github.com>