Skip to content

Conversation

@ahouseholder
Copy link
Contributor

# DM24-0278

"""
Provides TODO writeme
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add file docstring

"""


def main():
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove main() etc.

# DM24-0278

"""
Provides TODO writeme
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add file docstring

from ssvc.registry import get_registry


class GhFormCheckboxOption(BaseModel):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

split GhForm* classes into their own separate module for maintenance

return cb


def json_to_yaml(json_str: str) -> str:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move json_to_yaml to a utils or helper module

return yaml.dump(data, sort_keys=False)


def expand_dps(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move expand_dps to a utils or helper module, this will be useful elsewhere.

Also consider making outcome exclusion optional at the top level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Demonstrate SSVC integration into GitHub Issue Forms

1 participant