Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2018-07-28 22:07:58 +0300
committerGitHub <noreply@github.com>2018-07-28 22:07:58 +0300
commit718324654e3e700d600f28223156d6fab1ec46bc (patch)
treed1140a9d4e1146584180ba9a64e14f32438487b2 /.github/ISSUE_TEMPLATE/theme-submission.md
parentdd5af98895e0b5125fc8deee6f47a2b847ccbc51 (diff)
Extend theme submission issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE/theme-submission.md')
-rw-r--r--.github/ISSUE_TEMPLATE/theme-submission.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/theme-submission.md b/.github/ISSUE_TEMPLATE/theme-submission.md
index 875bd52..e619da6 100644
--- a/.github/ISSUE_TEMPLATE/theme-submission.md
+++ b/.github/ISSUE_TEMPLATE/theme-submission.md
@@ -16,8 +16,9 @@ Before submitting a theme please make sure you've read the [README.md](https://g
- [ ] an open source license has been added to `LICENSE.md`
- [ ] all metadata have been added to `theme.toml`
- [ ] screenshots have been added in the `images/` folder with the [required dimensions](https://github.com/gohugoio/hugoThemes/blob/master/README.md#media)
-- [ ] `https://example.com` is set as base url in `exampleSite/config.{toml, yaml, json}` to [avoid the abuse of unused domains](https://github.com/gohugoio/hugo/issues/2575)
-- [ ] the site's content is as neutral as possible (contains no ads etc.) and reflects the features of my theme
+- [ ] in case I'm using a customized demo via the exampleSite folder that
+ - [ ] `https://example.com` is set as base url in `exampleSite/config.{toml, yaml, json}` to [avoid the abuse of unused domains](https://github.com/gohugoio/hugo/issues/2575)
+ - [ ] the site's content is as neutral as possible (contains no ads etc.) and reflects the features of my theme
- [ ] I tested my theme against the [gohugoio/HugoBasicExample](https://github.com/gohugoio/HugoBasicExample)
- [ ] I've checked the developer tools' console in my browser for error messages