-
Notifications
You must be signed in to change notification settings - Fork 12
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
Create bounty form #113
Create bounty form #113
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* Move external links to a single file * Validate form fields in `/bounty/create` * Validate form fields in `/bounty/<id>/sponsor` * Validate form fields in `/bounty/<id>/exploit`
Ready for review, @guidanoli ! 😉 |
This needs a rebase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run pnpm prettier
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR is to call a google form when users click on Create bounty button, given that currently we are not able to allow users to create their bounties permissionlessly.
@guidanoli I will create it as draft to wait until you merge the one related to form validation, because your PR has a file on /utils to add the URLs. The google form url should be there also.