Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 6df0746

Browse files
committed
Making the readme the same
1 parent c075ea3 commit 6df0746

2 files changed

Lines changed: 31 additions & 14 deletions

File tree

.github/CONTRIBUTING.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Contributing
2+
===============
3+
If you would like to contribute to the tutorials, there are a number of ways to
4+
get involved:
5+
6+
* **Issues**: Issues can be reported with GitHub [issue
7+
reporting](https://github.com/Qiskit/qiskit-tutorial/issues) for this repository.
8+
Select `New issue`, fill in a descriptive title, and provide as much detail
9+
as is needed for the issue to be reproduced.
10+
11+
* **Notebooks**: If you would like to contribute a notebook, please
12+
create a [fork](https://help.github.com/articles/fork-a-repo/) of the repository
13+
from the `master` branch and create a
14+
[pull request](https://help.github.com/articles/about-pull-requests/) for your change.
15+
Note that new notebooks should be placed in the relevant part of the
16+
`Community <community/>`_ section.

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
2-
<img src="images/qiskit-heading.gif" >
3-
4-
***
5-
6-
71
# Qiskit Tutorials
82
[![License](https://img.shields.io/github/license/Qiskit/qiskit-tutorials.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)
93
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/QISKit/qiskit-tutorial/master?filepath=index.ipynb)
@@ -45,16 +39,23 @@ Teaching quantum computing and qiskit has many different paths of learning. We l
4539

4640
To go through the tutorials, load up the [index.ipynb](index.ipynb) notebook and start learning.
4741

48-
***
42+
## Contribution guidelines
43+
44+
If you'd like to contribute to Qiskit, please take a look at our
45+
[contribution guidelines](.github/CONTRIBUTING.rst). This project adheres to Qiskit's [code of conduct](.github/CODE_OF_CONDUCT.rst). By participating, you are expect to uphold to this code.
46+
47+
We use [GitHub issues](https://github.com/Qiskit/qiskit-terra/issues) for tracking requests and bugs. Please use our [slack](https://qiskit.slack.com) for discussion and simple questions. To join our Slack community use the [link](https://join.slack.com/t/qiskit/shared_invite/enQtNDc2NjUzMjE4Mzc0LTMwZmE0YTM4ZThiNGJmODkzN2Y2NTNlMDIwYWNjYzA2ZmM1YTRlZGQ3OGM0NjcwMjZkZGE0MTA4MGQ1ZTVmYzk). For questions that are more suited for a forum we use the Qiskit tag in the [Stack Overflow](https://stackoverflow.com/questions/tagged/qiskit).
4948

50-
## Contributing
51-
If you would like to contribute to the tutorials, there are a number of ways to get involved:
49+
### Next Steps
5250

53-
* **Issues**: Issues can be reported with GitHub [issue reporting](https://github.com/Qiskit/qiskit-tutorial/issues) for this repository. Select `New issue`, fill in a descriptive title, and provide as much detail as is needed for the issue to be reproduced.
54-
* **Notebooks**: If you would like to contribute a notebook, please create a [fork](https://help.github.com/articles/fork-a-repo/) of the repository from the `master` branch and create a [pull request](https://help.github.com/articles/about-pull-requests/) for your change. Note that new notebooks should be placed in the relevant part of the [Community](community/) section.
51+
Now you're set up and ready to check out some of the other examples from our
52+
[Qiskit Tutorial](https://github.com/Qiskit/qiskit-tutorial) repository.
5553

56-
## Contributors
57-
These tutorials are the work of our [Qiskitters](https://github.com/Qiskit/qiskit-tutorial/graphs/contributors) who contribute to the project at different levels.
54+
## Authors
55+
56+
Qiskit Terra is the work of [many people](https://github.com/Qiskit/qiskit-terra/graphs/contributors) who contribute
57+
to the project at different levels.
5858

5959
## License
60-
This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/QISKit/qiskit-tutorial/blob/master/LICENSE) file for details.
60+
61+
[Apache License 2.0](LICENSE.txt)

0 commit comments

Comments
 (0)