Maybe instructions built into the page? An accordion entry with instructions on what to do that you can collapse. The project yml can have a bunch of useful links that people can use to investigate. #1179
of course! there's a content field type that'll allow you to do this.
for example:
{
"key": "sample",
"label": "Sample Content",
"summary": "This is my Sample content",
"instructions": "If you came across any indications that a bounty was paid out for this vulnerability, fill it out here. Or correct it if the information already here was wrong. Otherwise, leave it blank.",
"type": "content"
},
will render an accordion with a content section and no buttons
of course! there's a content field type that'll allow you to do this.
for example: { "key": "sample", "label": "Sample Content", "summary": "This is my Sample content", "instructions": "If you came across any indications that a bounty was paid out for this vulnerability, fill it out here. Or correct it if the information already here was wrong. Otherwise, leave it blank.", "type": "content" },
will render an accordion with a content section and no buttons