-
Notifications
You must be signed in to change notification settings - Fork 0
Open
0 / 60 of 6 issues completedDescription
Problem
There is currently no way for a user to propose changes to an existing article in a structured way. Users can’t edit an article and send those edits to the article owner for review, which limits collaboration and makes improvements harder to coordinate.
Solution
Implement a Change Request feature similar to a Pull Request:
- A user edits an existing article and submits the changes as a CR to the article owner;
- Submitting starts a review workflow where the owner can:
- Approve → changes are merged into the original article;
- Reject → request is closed without changes.
- While pending, the CR supports discussion and review rounds:
- Users can leave comments;
- Contributor can update the proposed changes (multiple revisions) until it’s approved or rejected.
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels