Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ Ensure each Problem issue is properly interlinked with its parent Goal issue:
feature.
- Add the Goal issue link to the Problem description.

Every Problem issue body must include both a `# Problem` and a `# Solution`
Comment thread
georgeciubotaru marked this conversation as resolved.
section, describing the recommended approach or workaround before work begins.

```md
# Problem

Describe what the user cannot do and why it matters.

# Solution

Describe the recommended approach or workaround.
```

### Solution

The third pillar of successful contribution is the Solution.
Expand Down
Loading