public-bugbounty-programs
public-bugbounty-programs copied to clipboard
Transitioning from JSON to YAML for Submissions
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
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?