Skip to content

Commit 24e6c4a

Browse files
committed
Added contributors section
1 parent e3f1bd5 commit 24e6c4a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,14 +1630,20 @@ Numerous organizations frequently share their insights and expertise, encompassi
16301630
* [Howtheydevops](https://github.com/bregman-arie/howtheydevops)
16311631
* [Howtheyaws](https://github.com/upgundecha/howtheyaws)
16321632

1633-
## Stargazers Over Time
1633+
## Contributors
16341634

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

16371639
## Contribute
16381640

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

1643+
## Stargazers Over Time
1644+
1645+
[![Stargazers over time](https://starchart.cc/upgundecha/howtheysre.svg?background=%23FFFFFF&axis=%23333333&line=%23139a15)](https://starchart.cc/upgundecha/howtheysre)
1646+
16411647
## License
16421648

16431649
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0)

test/main.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ describe('Checklist', function() {
2424
'## Resources',
2525
'## Credits',
2626
'## Other How They... repos',
27-
'## Stargazers Over Time',
27+
'## Contributors',
2828
'## Contribute',
29+
'## Stargazers Over Time',
2930
'## License'];
3031
const actualList = srcMd.match(/^## (.*$)/gim);
3132
expect(actualList).to.equalTo(expectedH2List);

0 commit comments

Comments
 (0)