Is your feature request related to a problem? Please describe.
Our team currently lacks a standardized process for updating the Wiki when issues are closed. This leads to inconsistent or missing documentation of changes, features, and fixes.
Describe the solution you'd like
A clear, structured process for manually updating the Wiki when issues are closed:
- A template for Wiki updates that includes:
- Feature/fix description
- Usage instructions like API details or the component navigation details etc
- Configuration details (if applicable)
- Related issue/PR references
- A designated section in issue/PR templates for Wiki content
- Clear guidelines on which types of changes require Wiki updates
- A standard location/structure in the Wiki for different types of updates
Acceptance criteria
Is your feature request related to a problem? Please describe.
Our team currently lacks a standardized process for updating the Wiki when issues are closed. This leads to inconsistent or missing documentation of changes, features, and fixes.
Describe the solution you'd like
A clear, structured process for manually updating the Wiki when issues are closed:
- Feature/fix description
- Usage instructions like API details or the component navigation details etc
- Configuration details (if applicable)
- Related issue/PR references
Acceptance criteria
- Script identifies the appropriate Wiki page to update based on tags/categories
- Successfully adds the new content to the existing Wiki page
- Maintains proper markdown formatting
- Adds metadata (issue number, closure date, contributor)
- Wiki update is successful
- Update fails for any reason