There are two issues here. First, the error message produced by the registry-dev code is incorrect when a payload isn't recognized in a GitHub issue. It says compiler is required, which is untrue, it's not required.
purescript/registry#535 (comment)
Second, registry README itself incorrectly specifies what payload to send. The issue templates are right:
...but the README omits the now required version field and indicates the compiler field is required (it's optional).
https://github.com/purescript/registry/blob/main/README.md
There are two issues here. First, the error message produced by the registry-dev code is incorrect when a payload isn't recognized in a GitHub issue. It says
compileris required, which is untrue, it's not required.purescript/registry#535 (comment)
Second, registry README itself incorrectly specifies what payload to send. The issue templates are right:
...but the README omits the now required
versionfield and indicates thecompilerfield is required (it's optional).https://github.com/purescript/registry/blob/main/README.md