diff --git a/scripts/generate-theme-doc.js b/scripts/generate-theme-doc.js index 806b2cc3fc2b4..fcb3c5eee705c 100644 --- a/scripts/generate-theme-doc.js +++ b/scripts/generate-theme-doc.js @@ -12,7 +12,7 @@ const THEME_TEMPLATE = `## Available Themes -With inbuilt themes you can customize the look of the card without doing any manual customization. +With inbuilt themes, you can customize the look of the card without doing any manual customization. Use \`?theme=THEME_NAME\` parameter like so :- @@ -43,7 +43,7 @@ ${REPO_CARD_LINKS_FLAG} [add-theme]: https://github.com/anuraghazra/github-readme-stats/edit/master/themes/index.js -Wanted to add a new theme? Consider reading the [contribution guidelines](../CONTRIBUTING.md#themes-contribution) :D +Want to add a new theme? Consider reading the [contribution guidelines](../CONTRIBUTING.md#themes-contribution) :D `; const createRepoMdLink = (theme) => { diff --git a/scripts/preview-theme.js b/scripts/preview-theme.js index 9b62e8d732d9a..31622c6a7d400 100644 --- a/scripts/preview-theme.js +++ b/scripts/preview-theme.js @@ -13,10 +13,10 @@ function getPrNumber() { } const themeContribGuidelines = ` - \rHi thanks for the theme contribution, please read our theme [contribution guidelines](https://github.com/anuraghazra/github-readme-stats/blob/master/CONTRIBUTING.md#themes-contribution). - \rWe are currently only accepting color combinations from any vscode theme or which has good color combination to minimize bloating the themes collection. + \rHi, thanks for the theme contribution, please read our theme [contribution guidelines](https://github.com/anuraghazra/github-readme-stats/blob/master/CONTRIBUTING.md#themes-contribution). + \rWe are currently only accepting color combinations from any VSCode theme or themes which have good color combination to minimize bloating the themes collection. - \r> Also note that if this theme is exclusively for your personal use then instead of adding it to our theme collection you can use card [customization options](https://github.com/anuraghazra/github-readme-stats#customization) + \r> Also note that if this theme is exclusively for your personal use, then instead of adding it to our theme collection you can use card [customization options](https://github.com/anuraghazra/github-readme-stats#customization) `; async function run() {