From f211d97f9017f1f4b087b3c448408e865b181637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sta=C5=9Bczak?= Date: Fri, 15 Dec 2023 20:06:55 +0100 Subject: [PATCH] Use implicit reference style links See: - - --- ROADMAP.md | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index bc10fc2..ccc0718 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -23,9 +23,8 @@ Code quality release - [ ] Add flake8 + plugins (see ) - [ ] Add mypy or other type checker -- [ ] Add more pre-commit hooks AKA - Fix [#28](https://github.com/apptension/onetimepass/issues/28) -- [ ] Fix [#60](https://github.com/apptension/onetimepass/issues/60) +- [ ] Add more pre-commit hooks AKA Fix [#28][] +- [ ] Fix [#60][] Optionally: - [ ] Add tool to find unused code (vulture?) @@ -35,13 +34,17 @@ Optionally: - - - -- [ ] Add [pyroma]() +- [ ] Add [pyroma][] + +[#28]: https://github.com/apptension/onetimepass/issues/28 +[#60]: https://github.com/apptension/onetimepass/issues/60 +[pyroma]: https://pypi.org/project/pyroma/ ## 0.4.0 Unit tests release -See [#30](https://github.com/apptension/onetimepass/issues/30) +See [#30][] Part of 0.3.0 instead? @@ -49,16 +52,22 @@ Part of 0.3.0 instead? - [ ] Add coverage checker to the CI/CD - [ ] Add per platform testing (Linux, macOS, Windows) +[#30]: https://github.com/apptension/onetimepass/issues/30 + ## 0.5.0 Better docs release May be swapped in order with **Publish package release** -- [ ] Fix [#29](https://github.com/apptension/onetimepass/issues/29) -- [ ] Fix [#55](https://github.com/apptension/onetimepass/issues/55) -- [ ] Fix [#59](https://github.com/apptension/onetimepass/issues/59) -- [ ] Consider the general rewrite. +- [ ] Fix [#29][] +- [ ] Fix [#55][] +- [ ] Fix [#59][] +- [ ] Consider the general rewrite + +[#29]: https://github.com/apptension/onetimepass/issues/29 +[#55]: https://github.com/apptension/onetimepass/issues/55 +[#59]: https://github.com/apptension/onetimepass/issues/59 ## 0.6.0 @@ -66,11 +75,12 @@ Publish package release May be swapped in order with **Better docs release** -- [ ] Publish automatically on tag to PyPI AKA - Fix [#35](https://github.com/apptension/onetimepass/issues/35) +- [ ] Publish automatically on tag to PyPI AKA Fix [#35][] - [ ] Implement PKGBUILD for Arch Linux (see ) - [ ] Implement Homebrew formula for macOS - [ ] Zipapp or similar for Windows (research required) -- [ ] Document how to install the app on the mobile phone AKA - Fix [#36](https://github.com/apptension/onetimepass/issues/36) +- [ ] Document how to install the app on the mobile phone AKA Fix [#36][] + +[#35]: https://github.com/apptension/onetimepass/issues/35 +[#36]: https://github.com/apptension/onetimepass/issues/36