Skip to content

🟢 12. Missing Documentation #165

@juancolchete

Description

@juancolchete

New functions lack JSDoc comments. Suggested format:

/**
 * Fetches issue data from Gitea API
 * @param {number} issueId - The Gitea issue ID
 * @returns {Promise<Object>} The issue data object
 * @throws {Error} If the fetch fails or issue doesn't exist
 */
async function fetchIssueData(issueId) {
    // ...
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions