diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-16 13:18:45 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-16 13:18:45 +0200 |
| commit | 99054f0ee2007ec6a7e6f7cfe54967c58f4fd5c3 (patch) | |
| tree | 2ec519e005083ad41b53f06416c8700d4357de57 /README.md | |
| parent | 5b1391d6af179e36d62166e53b0e6bef22342c41 (diff) | |
First run marking invalid domains
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -25,10 +25,11 @@ Other optional fields are supported: domain: examp.le name: Example Foo title: UI/UX designer # maximum 80 chars -url: https://examp.le/about/ # use to specify homepage URL, defaults to https://examp.le +url: https://examp.le/about/ # use to specify homepage URL if differs from https://examp.le email: hi@examp.le github: examplefoo -candidate: true +candidate: true # candidates that have not yet explicitly approved +invalid: true # used to mark e.g. broken or expired domains ``` Candidates are links to users who have not yet explicitly added their `name` and `title` to the list. |
