Commit Graph

5 Commits

Author SHA1 Message Date
kristian koci 6a186323e2 Update quantum-computing.ibm.com to quantum.ibm.com (#453)
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?
2023-12-02 23:18:40 +00:00
Eric Arellano fdfc2e5e2e Autoformat TypeScript with Prettier (#76)
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.
2023-10-20 11:35:35 -04:00
abbycross 260eebb790 Edits to issue templates (#136)
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>
2023-10-10 10:54:58 -04:00
abbycross 6065f26849 add URLs to linkouts on the open-an-issue page (#122)
More improvements to issue templates
2023-10-09 15:01:15 -04:00
abbycross 4442d10921 Issue templates (#120)
Closes #109
2023-10-09 14:09:26 -04:00