mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-02 23:38:01 +00:00
Added contributors section
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
[](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
|
||||
|
||||
[](https://starchart.cc/upgundecha/howtheysre)
|
||||
|
||||
## License
|
||||
|
||||
[](https://creativecommons.org/publicdomain/zero/1.0)
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user