Skip to content

Commit 2c5b74b

Browse files
authored
Merge pull request #374 from control-toolbox/update-readme-2025-09-28
Update README (2025-09-28) with latest ABOUT.md, INSTALL.md, CONTRIBUTING.md and badges
2 parents 335991b + d03240c commit 2c5b74b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Contributing
22

3-
[issue-url]: https://github.com/control-toolbox/{{REPO}}/issues
4-
[first-good-issue-url]: https://github.com/control-toolbox/{{REPO}}/contribute
3+
[issue-url]: https://github.com/control-toolbox/CTBase.jl/issues
4+
[first-good-issue-url]: https://github.com/control-toolbox/CTBase.jl/contribute
55

66
If you think you found a bug or if you have a feature request / suggestion, feel free to open an [issue][issue-url].
77
Before opening a pull request, please start an issue or a discussion on the topic.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The CTBase.jl package is part of the [control-toolbox ecosystem](https://github.
1313
| **CI / Build** | [![Build Status](https://github.com/control-toolbox/CTBase.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/control-toolbox/CTBase.jl/actions/workflows/CI.yml?query=branch%3Amain) |
1414
| **Test Coverage** | [![Coverage](https://codecov.io/gh/control-toolbox/CTBase.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/control-toolbox/CTBase.jl) |
1515
| **Package Evaluation** | [![PkgEval](https://img.shields.io/badge/Julia-package-purple)](https://juliahub.com/ui/Packages/General/CTBase) [![Dependencies](https://juliahub.com/docs/General/CTBase/stable/deps.svg)](https://juliahub.com/ui/Packages/General/CTBase?t=2) |
16-
| **Release / Version** | [![Release](https://juliahub.com/docs/General/CTBase/stable/version.svg)](https://github.com/control-toolbox/CTBase.jl/releases) |
16+
| **Release / Version** | [![Release](https://img.shields.io/github/v/release/control-toolbox/CTBase.jl.svg)](https://github.com/control-toolbox/CTBase.jl/releases) |
1717
| **License** | [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/control-toolbox/CTBase.jl/blob/master/LICENSE) |
1818
| **Code Style / Quality** | [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/JuliaDiff/BlueStyle) [![Aqua.jl](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) |
1919

0 commit comments

Comments
 (0)