Skip to content

Commit 35b3894

Browse files
Akhsuna07KumoLiu
andauthored
added a top button because of file length (#8163)
Fixes # . ### Description Added a top button because of file length as it improves readibility A few sentences describing the changes proposed in this pull request. ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: ANUSHKA KATHARE <[email protected]> Co-authored-by: YunLiu <[email protected]>
1 parent 79f9ad9 commit 35b3894

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -383,3 +383,8 @@ then make PRs to the `releasing/[version number]` to fix the bugs via the regula
383383
If any error occurs after the release process, first check out a new hotfix branch from the `main` branch,
384384
make a patch version release following the semantic versioning, for example, `releasing/0.1.1`.
385385
Make sure the `releasing/0.1.1` is merged back into both `dev` and `main` and all the test pipelines succeed.
386+
387+
388+
<p align="right">
389+
<a href="#introduction">⬆️ Back to Top</a>
390+
</p>

0 commit comments

Comments
 (0)