Added contributors section

This commit is contained in:
Unmesh Gundecha
2024-07-06 13:17:34 +08:00
parent e3f1bd553c
commit 24e6c4a4d0
2 changed files with 10 additions and 3 deletions

View File

@@ -1630,14 +1630,20 @@ Numerous organizations frequently share their insights and expertise, encompassi
* [Howtheydevops](https://github.com/bregman-arie/howtheydevops) * [Howtheydevops](https://github.com/bregman-arie/howtheydevops)
* [Howtheyaws](https://github.com/upgundecha/howtheyaws) * [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 ## Contribute
Contributions welcome! Read the [contribution guidelines](contributing.md) first. 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 ## License
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0) [![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0)

View File

@@ -24,8 +24,9 @@ describe('Checklist', function() {
'## Resources', '## Resources',
'## Credits', '## Credits',
'## Other How They... repos', '## Other How They... repos',
'## Stargazers Over Time', '## Contributors',
'## Contribute', '## Contribute',
'## Stargazers Over Time',
'## License']; '## License'];
const actualList = srcMd.match(/^## (.*$)/gim); const actualList = srcMd.match(/^## (.*$)/gim);
expect(actualList).to.equalTo(expectedH2List); expect(actualList).to.equalTo(expectedH2List);