[libc-commits] [libc] d3455f4 - [libc][docs] Fix outdated code review section, as per #91934 (#92051)
via libc-commits
libc-commits at lists.llvm.org
Tue May 14 21:13:09 PDT 2024
Author: Cyuria
Date: 2024-05-15T00:13:05-04:00
New Revision: d3455f4ddd16811401fa153298fadd2f59f6914e
URL: https://github.com/llvm/llvm-project/commit/d3455f4ddd16811401fa153298fadd2f59f6914e
DIFF: https://github.com/llvm/llvm-project/commit/d3455f4ddd16811401fa153298fadd2f59f6914e.diff
LOG: [libc][docs] Fix outdated code review section, as per #91934 (#92051)
As in the title, fixes #91934
Added:
Modified:
libc/src/math/docs/add_math_function.md
Removed:
################################################################################
diff --git a/libc/src/math/docs/add_math_function.md b/libc/src/math/docs/add_math_function.md
index d1bca222b4286..9c23b8ca789bc 100644
--- a/libc/src/math/docs/add_math_function.md
+++ b/libc/src/math/docs/add_math_function.md
@@ -196,7 +196,8 @@ implementation (which is very often glibc).
## Code reviews
-We follow the code review process of LLVM with Phabricator:
+We use GitHub's inbuilt pull request system for code review:
```
- https://llvm.org/docs/Phabricator.html
+ https://docs.github.com/articles/about-collaborative-development-models
+ https://docs.github.com/articles/about-pull-requests
```
More information about the libc-commits
mailing list