Skip to content

Commit 20799cf

Browse files
authored
Setup all-contributors (#330)
* Setup all-contributors * Add badge
1 parent 6a3d2ce commit 20799cf

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"projectName": "SparseMatrixColorings.jl",
3+
"projectOwner": "JuliaDiff"
4+
}

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/JuliaDiff/BlueStyle)
1010
[![arXiv](https://img.shields.io/badge/arXiv-2505.07308-b31b1b.svg)](https://arxiv.org/abs/2505.07308)
1111
[![DOI](https://zenodo.org/badge/801999408.svg)](https://zenodo.org/doi/10.5281/zenodo.11314275)
12+
| Community | [![All Contributors](https://img.shields.io/github/all-contributors/JuliaDiff/SparseMatrixColorings.jl?color=ee8449&style=flat-square)](#contributors) |
1213

1314
Coloring algorithms for sparse Jacobian and Hessian matrices.
1415

@@ -64,3 +65,14 @@ Please cite this software using the provided `CITATION.cff` file or the `.bib` e
6465
```
6566

6667
The link <https://zenodo.org/doi/10.5281/zenodo.11314275> resolves to the latest version on Zenodo.
68+
69+
## Contributors
70+
71+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
72+
<!-- prettier-ignore-start -->
73+
<!-- markdownlint-disable -->
74+
75+
<!-- markdownlint-restore -->
76+
<!-- prettier-ignore-end -->
77+
78+
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)