Timid Robot Zehta
Timid Robot Zehta
added missing comma to monsters attack/weapon MonsterStats
## 1) Use IETF BCP 47 language tags instead of ISO 629-2 language codes The documentation recommends ISO 629-2 language codes: https://github.com/EthicalSource/contributor_covenant/blob/b6b84450510006e5386a3045d80142a329a76142/README.md?plain=1#L60-L61 However, I believe those are technically insufficient. Instead...
## Description The Public Domain Mark (PDM) is available at two URLs (no canonical URL): ## Reproduction 1. https://creativecommons.org/publicdomain/mark/1.0/ - β **Correct** 2. https://creativecommons.org/licenses/mark/1.0/ - β **Incorrect:** it is not...
## Issue Description We need lightweight self-contained HTML error pages that use the Creative Commons brand. - should use CC [voΒ·cabΒ·uΒ·larΒ·y](https://opensource.creativecommons.org/cc-vocabulary/) - should be simple and informative - must be...
## Description Vocabulary `v2020.11.3` CSS is overly generic. It breaks basic formatting. Any HTML that is not explicitly styled (and some that is) looks terrible. Examples: ```css html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 { margin:...
The license chooser was removed due to errors and a desire to avoid duplicating work being done by other Google Summer of Code projects. Currently, the plugin only links to...
## Description python guidelines: reorganize, fix links, and update formatting Thank you @possumbilities for contributing feedback that informed these changes ## Screenshots ## new/PR ...
## Problem Our projects assume a working knowledge of multiple technologies (ex. Command Line, Docker, Git, JavaScript, Python). New contributors with less experience in any of those technologies may feel...
## Fixes Fixes #418 - #418 ## Checklist - [x] My pull request has a descriptive title (not a vague title like `Update index.md`). - [x] My pull request targets...
## Description Remove hardcoded CloudFront CDN (use default Cloudflare CDN) ## Reproduction https://github.com/creativecommons/chooser/blob/80ceb9d2a36a1a1609c847c43372194c7799c255/public/index.html#L9-L10 ## Expectation 1. Update source ```diff index 6e9f3a0..ab5b1db 100644 --- public/index.html +++ public/index.html @@ -6,8 +6,8 @@...