Skip to content

Commit

Permalink
Merge pull request #148 from upgundecha/unmesh-wip
Browse files Browse the repository at this point in the history
Added contributors section
  • Loading branch information
upgundecha authored Jul 6, 2024
2 parents 7fe82ac + fea26a4 commit 4ef5232
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1630,14 +1630,20 @@ Numerous organizations frequently share their insights and expertise, encompassi
* [Howtheydevops](https://github.com/bregman-arie/howtheydevops)
* [Howtheyaws](https://github.com/upgundecha/howtheyaws)

## Stargazers Over Time
## Contributors

[![Stargazers over time](https://starchart.cc/upgundecha/howtheysre.svg?background=%23FFFFFF&axis=%23333333&line=%23139a15)](https://starchart.cc/upgundecha/howtheysre)
<a href="https://github.com/upgundecha/howtheysre/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=upgundecha/howtheysre" />
</a>

## Contribute

Contributions welcome! Read the [contribution guidelines](contributing.md) first.

## Stargazers Over Time

[![Stargazers over time](https://starchart.cc/upgundecha/howtheysre.svg?background=%23FFFFFF&axis=%23333333&line=%23139a15)](https://starchart.cc/upgundecha/howtheysre)

## License

[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0)
Expand Down
3 changes: 2 additions & 1 deletion test/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ describe('Checklist', function() {
'## Resources',
'## Credits',
'## Other How They... repos',
'## Stargazers Over Time',
'## Contributors',
'## Contribute',
'## Stargazers Over Time',
'## License'];
const actualList = srcMd.match(/^## (.*$)/gim);
expect(actualList).to.equalTo(expectedH2List);
Expand Down

0 comments on commit 4ef5232

Please sign in to comment.