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: content/contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ We have a 3 step process for contributions:
28
28
Our projects are built to last. We strive to ensure high quality throughout the experience. In order to ensure this, we require that all pull requests to DevSec projects meet these specifications:
29
29
30
30
1.**Tests:** To ensure high quality code and protect against future regressions
31
-
2.**Green CI Tests:** We use [Travis CI](https://travis-ci.org/) and/or [AppVeyor](https://www.appveyor.com/) CI systems to test all pull requests. We require these test runs to succeed on every pull request before being merged.
31
+
2.**Green CI Tests:** We use [GitHub Actions](https://github.com/features/actions) to test all pull requests. We require these test runs to succeed on every pull request before being merged.
32
32
3.**Up-to-date Documentation:** Every code change should be reflected in an update for our documentation. We expect PRs to update the documentation with the code change.
0 commit comments