Skip to content

Community Docs

osa_tool.operations.docs.community_docs_generation.community

CommunityTemplateBuilder

Builds PULL_REQUEST_TEMPLATE Markdown file.

build_bug_issue()

Generates and saves the BUG_ISSUE.md file. Returns: Has the task been completed successfully

build_code_of_conduct()

Generates and saves the CODE_OF_CONDUCT.md file. Returns: Has the task been completed successfully

build_documentation_issue()

Generates and saves the DOCUMENTATION_ISSUE.md file if documentation is present. Returns: Has the task been completed successfully

build_feature_issue()

Generates and saves the FEATURE_ISSUE.md file. Returns: Has the task been completed successfully

build_pull_request()

Generates and saves the PULL_REQUEST_TEMPLATE.md file.

build_security()

Generates and saves the SECURITY.md file. Returns: Has the task been completed successfully

build_vulnerability_disclosure()

Generates and saves the Vulnerability Disclosure.md file. Returns: Has the task been completed successfully

load_template()

Loads a TOML template file and returns its sections as a dictionary.