Skip to content

Commit 551cbe6

Browse files
authored
Merge pull request #143 from upgundecha/main
Merge from main
2 parents 507800c + d11a2ec commit 551cbe6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,9 @@ Numerous organizations frequently share their insights and expertise, encompassi
15781578
* [cdCon](https://events.linuxfoundation.org/cdcon/)
15791579
* [cdCon 2021 Playlist](https://www.youtube.com/watch?v=MQU4fKhau1w&list=PL2KXbZ9-EY9TWsV-Jz8ARSt1ko0Yd36ah)
15801580
* [cdCon 2020 Playlist](https://www.youtube.com/watch?v=qLMrcEj-R9Y&list=PL2KXbZ9-EY9RbYURc1CDrOJpbrPMtc0P7)
1581-
1581+
* [Conf42](https://www.conf42.com/sre2022)
1582+
* [Conf42 2022 Premiere](https://www.youtube.com/watch?v=FclEiSDfX14&ab_channel=Conf42)
1583+
15821584
### Other Resources
15831585

15841586
#### Awesome Lists
@@ -1626,6 +1628,10 @@ Numerous organizations frequently share their insights and expertise, encompassi
16261628
* [Howtheydevops](https://github.com/bregman-arie/howtheydevops)
16271629
* [Howtheyaws](https://github.com/upgundecha/howtheyaws)
16281630

1631+
## Stargazers Over Time
1632+
1633+
[![Stargazers over time](https://starchart.cc/upgundecha/howtheysre.svg?background=%23FFFFFF&axis=%23333333&line=%23139a15)](https://starchart.cc/upgundecha/howtheysre)
1634+
16291635
## Contribute
16301636

16311637
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
@@ -1639,4 +1645,4 @@ related or neighboring rights to this work.
16391645

16401646
---
16411647

1642-
If you decide to use this anywhere please give a credit to [@upgundecha](https://www.twitter.com/upgundecha) on twitter, also If you like my work, check out other projects on my Github.
1648+
If you decide to use this anywhere, please credit [@upgundecha](https://www.x.com/upgundecha) on X. Also, if you like my work, check out my other projects on GitHub.

test/main.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ describe('Checklist', function() {
2424
'## Resources',
2525
'## Credits',
2626
'## Other How They... repos',
27+
'## Stargazers Over Time',
2728
'## Contribute',
2829
'## License'];
2930
const actualList = srcMd.match(/^## (.*$)/gim);

0 commit comments

Comments
 (0)