Skip to content

Commit

Permalink
chore(template): merge template changes (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: pedrorrivero <pedro.rivero.ramirez@gmail.com>
  • Loading branch information
github-actions[bot] and pedrorrivero committed Jan 9, 2024
1 parent de1c0e5 commit c3c6bb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Other than submitting new source code, users can contribute in a number of meani

- _Opening an issue_ in the repository for reporting bugs, enhancements, or requesting new features.
- _Starting a conversation on GitHub Discussions_ and engaging with researchers, developers, and other users regarding this project.
- Filling out our [survey](https://airtable.com/shr7sMAKUAjuIRpv7).


## Initial set-up
Expand Down Expand Up @@ -90,11 +89,11 @@ tox -e style
We adhere to the [google docstring guide](https://docs.idmod.org/projects/doc-guidance/en/latest/docstrings.html). If you make any changes to the code, remember updating the docstring wherever relevant.

### Copyright notice
All source files in the repository must begin with the appropriate copyright notice. For instance, for the year 2023:
All source files in the repository must begin with the appropriate copyright notice. For instance, for the year 2024:
```python
# This code is part of Qiskit.
#
# (C) Copyright IBM 2023.
# (C) Copyright IBM 2024.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand Down
2 changes: 2 additions & 0 deletions FILEMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

- `<pyproject_qiskit>` --
it will have a different name for each repository using the [`pyproject-qiskit` template](https://github.com/pedrorrivero/pyproject-qiskit), and it holds the source code for the software package. This name will determine how the package is imported after installation (e.g. `from <pyproject_qiskit> import __version__`).
- [`CHANGELOG.md`](CHANGELOG.md) --
file that logs all the changes made to the software package on each new version release.
- [`docs`](docs) --
documentation for the repository (e.g. tutorials, API docs, reference guide).
- [`test`](test) --
Expand Down

0 comments on commit c3c6bb5

Please sign in to comment.