-
Notifications
You must be signed in to change notification settings - Fork 321
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
Add moonstone, make status required and tools N/A (fixes #2845) #2847
base: master
Are you sure you want to change the base?
Conversation
Hey there! Thanks for contributing a PR to osgameclones! 🎉 |
type: str | ||
enum: ['playable', 'semi-playable', 'unplayable'] | ||
enum: ['playable', 'semi-playable', 'unplayable', 'N/A'] |
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.
Can the omission of status
serve as 'N/A'
?
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.
the build script checks this, but the add game forms can't do such dynamic validation. This change is so that the add game form also enforces status
No description provided.