Skip to content

Commit

Permalink
update-contribs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGupta2012 committed Aug 13, 2024
1 parent 714ae6a commit f9879df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Types of changes:
### 📜 Documentation
* Housekeeping updates for release ( [#135](https://github.com/qBraid/qbraid-qir/pull/135) )
* Update `CHANGELOG.md` to add new template ( [#137](https://github.com/qBraid/qbraid-qir/pull/137) )
* Update `CONTRIBUTING.md` to mention changelog updates ( [#140](https://github.com/qBraid/qbraid-qir/pull/140) )

### 🐛 Bug Fixes

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ For code changes, please ensure that:
3. All integration tests, including docs and linters, are passing.
4. New functions and classes are annotated with Python type hints to support `py.typed`.

Once PR has been validated by the maintainers, please ensure to update the [`CHANGELOG.md`](https://github.com/qBraid/qbraid-qir/blob/main/CHANGELOG.md) with a description of the PR and its link. You can refer to the [past release changelogs](https://github.com/qBraid/qbraid-qir/releases/tag/v0.2.2) as an example. Please make sure to correctly classify your work under one of the available contribution types.

### Run tests

Workflow: [`main.yml`](.github/workflows/main.yml)
Expand Down

0 comments on commit f9879df

Please sign in to comment.