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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ We want to ensure that the project code base maintains a level of quality over t
19
19
guidelines over time
20
20
* separate check-ins that modify a files style from the ones that add/change/delete code.
21
21
* target the **develop** branch in the repository
22
-
* ensure that the [code properly builds](https://github.com/kknox/clBLAS/wiki/Build)
22
+
* ensure that the [code properly builds](https://github.com/clMathLibraries/clBLAS/wiki/Build)
23
23
* cannot break existing test cases
24
-
* we encourage contributors to [run the test-short](https://github.com/kknox/clBLAS/wiki/Testing) suite of tests on their end before the pull-request
24
+
* we encourage contributors to [run the test-short](https://github.com/clMathLibraries/clBLAS/wiki/Testing) suite of tests on their end before the pull-request
25
25
* if possible, upload the test results associated with the pull request to a personal [gist repository](https://gist.github.com/) and insert a link to the test results in the pull request so that collaborators can browse the results
26
26
* if no test results are provided with the pull request, official collaborators will run the test suite on their test machines against the patch before we will accept the pull-request
27
27
* if we detect failing test cases, we will request that the code associated with the pull request be fixed before the pull request will be merged
0 commit comments