You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+35-48Lines changed: 35 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Improve an existing skill by submitting a Pull Request.
77
77
**To submit an improvement:**
78
78
1. Fork the repo and create a branch named `improve/[skill-name]-[brief-description]`
79
79
2. Make your changes
80
-
3. Add or update test cases demonstrating the improvement
80
+
3. Add evidence demonstrating the improvement, such as minimal vulnerable and benign examples in the PR description or, once a test harness exists, repo fixtures
81
81
4. Open a PR using the "Skill Improvement" template
82
82
5. In the PR description, clearly explain what was wrong and what you fixed
83
83
@@ -95,70 +95,57 @@ Author a completely new security skill from scratch.
0 commit comments