We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extend NestBot and the backend to support sponsorships for GitHub issues within OWASP or related repositories.
Extend /sponsor NestBot Command
/sponsor
task add
Design Sponsorship Model in a new nest Django app
nest
owasp
github
slack
Sponsorship
nest_created_at
nest_updated_at
issue
price_usd
slack_user_id
deadline_at
The text was updated successfully, but these errors were encountered:
This issue requires previous experience with NestBot development.
Sorry, something went wrong.
I would like to work on it
abhayymishraa
Successfully merging a pull request may close this issue.
Extend NestBot and the backend to support sponsorships for GitHub issues within OWASP or related repositories.
Steps
Extend
/sponsor
NestBot Commandtask add
option that accepts:Design Sponsorship Model in a new
nest
Django appnest
Django app (similar toowasp
,github
,slack
).Sponsorship
model with the following fields:nest_created_at
(timestamp)nest_updated_at
(timestamp)issue
(reference to an Issue instance; create it via the GitHub API if it doesn’t exist)price_usd
(float)slack_user_id
(Slack ID of the sponsorship author)deadline_at
(optional, datetime field)The text was updated successfully, but these errors were encountered: