public-bugbounty-programs icon indicating copy to clipboard operation
public-bugbounty-programs copied to clipboard

Transitioning from JSON to YAML for Submissions

Open dwisiswant0 opened this issue 1 year ago • 1 comments

JSON isn't the best for people to collaborate on. It might be better if we start accepting submissions in a YAML-based source and then compile them to JSON for dist needs.

.
├── src
│   ├── chaos-bugbounty-list.yaml
├── dist
│   ├── chaos-bugbounty-list.json <-- compiled, converted, and minified

dwisiswant0 avatar Aug 12 '24 21:08 dwisiswant0

Hello I’m interested in contributing to this issue. May I ask if the intention is only to convert the existing JSON files into YAML format, or if you’d also welcome contributions such as adding a workflow/script to handle the YAML → JSON conversion for distribution?

jjhwan-h avatar Sep 24 '25 19:09 jjhwan-h