Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #1164
andymeneely opened this issue Oct 25, 2023 · 1 comment · May be fixed by #1184
Labels
decision Something we need to meet and talk about

Comments

@andymeneely
Copy link
Collaborator

No description provided.

@andymeneely andymeneely added the decision Something we need to meet and talk about label Oct 25, 2023
@brianravi
Copy link
Contributor

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

image

@brianravi brianravi linked a pull request Oct 27, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
decision Something we need to meet and talk about
Projects
Status: 📋 TODO
Development

Successfully merging a pull request may close this issue.

2 participants