[Insert URL to the list here]
[Explain what kind of Quiqr template this is and why it should be included here]
- Your entry here should include a short description about the Quiqr Template. The first character should be uppercase and the description should end in a dot. It should be an objective description and not a tagline or marketing blurb.
- Your entry should be added at the bottom of the
Templates
section. - The title of your entry should be title-cased.
- The suggested Quiqr Template complies with the below requirements.
- Entries have a description, unless the title is descriptive enough by itself. It rarely is though.
- The default branch should be named
main
, notmaster
. - It's the result of hard work and the best I could possibly produce. If you have not put in considerable effort into your Quiqr Template, your pull request will be immediately closed.
- Non-generated Markdown file in a GitHub repo.
- The repo should have
quiqr-template
,quiqr
andHugo
as GitHub topics. I encourage you to add more relevant topics. - The repo should have link to a working live demo. You can use GitHub Pages of GitLab Pages for hosting this demo.
- Not a duplicate. Please search for existing submissions.
- Does not contain items that are unmaintained, has archived repo, deprecated, or missing docs. If you really need to include such items, they should be in a separate Markdown file.
- Includes the Quiqr Community badge.
- Should be placed on top of the readme.
- Should link to https://github.com/quiqr/quiqr-community-templates
- Includes the Open in Quiqr badge.
- Should be placed on top of the readme.
- Should link to the template repository with the
quiqr://
protocol.
- Has an appropriate open source license.
- A code license like MIT, BSD, Apache, GPL, etc, is acceptable.
- Place a file named
license
,LICENSE
of `LICENSE.md in the repo root with the license text. - Do not add the license name, text, or a
Licence
section to the readme. GitHub already shows the license name and link to the full text at the top of the repo. - To verify that you've read all the guidelines, please comment on your pull request with just the word
blue whale
.
- Has contribution guidelines.
- The file should be named
contributing.md
. Casing is up to you. - It can optionally be linked from the readme in a dedicated section titled
Contributing
, positioned at the top or bottom of the main content.
- The file should be named
- Has consistent formatting and proper spelling/grammar.
- The description starts with an uppercase character and ends with a period.