Skip to content

Commit

Permalink
Merge pull request #5 from javabster/all-contributors/add-javabster
Browse files Browse the repository at this point in the history
docs: add javabster as a contributor
  • Loading branch information
javabster authored May 7, 2021
2 parents 48305a8 + b4374e4 commit 372f55a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "javabster",
"name": "Abby Mitchell",
"avatar_url": "https://avatars.githubusercontent.com/u/23662430?v=4",
"profile": "https://github.com/javabster",
"contributions": [
"example",
"code",
"doc",
"maintenance"
]
}
],
"contributorsPerLine": 7,
"projectName": "qiskit-terra",
"projectOwner": "javabster",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Qiskit Terra
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![License](https://img.shields.io/github/license/Qiskit/qiskit-terra.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)<!--- long-description-skip-begin -->[![Build Status](https://img.shields.io/travis/com/Qiskit/qiskit-terra/master.svg?style=popout-square)](https://travis-ci.com/Qiskit/qiskit-terra)[![Release](https://img.shields.io/github/release/Qiskit/qiskit-terra.svg?style=popout-square)](https://github.com/Qiskit/qiskit-terra/releases)[![Downloads](https://img.shields.io/pypi/dm/qiskit-terra.svg?style=popout-square)](https://pypi.org/project/qiskit-terra/)[![Coverage Status](https://coveralls.io/repos/github/Qiskit/qiskit-terra/badge.svg?branch=master)](https://coveralls.io/github/Qiskit/qiskit-terra?branch=master)<!--- long-description-skip-end -->

**Qiskit** is an open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms.
Expand Down Expand Up @@ -134,3 +137,23 @@ https://qiskit.org/documentation/release_notes.html#terra-0-9
## License

[Apache License 2.0](LICENSE.txt)

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/javabster"><img src="https://avatars.githubusercontent.com/u/23662430?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Abby Mitchell</b></sub></a><br /><a href="#example-javabster" title="Examples">💡</a> <a href="https://github.com/javabster/qiskit-terra/commits?author=javabster" title="Code">💻</a> <a href="https://github.com/javabster/qiskit-terra/commits?author=javabster" title="Documentation">📖</a> <a href="#maintenance-javabster" title="Maintenance">🚧</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 372f55a

Please sign in to comment.