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
[Downstream Change] Improved wording on issue reporting in the contribution guide (#307)
Softened the wording of when to raise issues in LLVM/picolibc vs
arm-toolchain
ATfE and ATfL readme now signposts to the detailed information
in CONTRIBUTING.md.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,15 @@ For guidance on how to contribute to the upstream projects see:
36
36
37
37
### Report an issue
38
38
39
-
Please make sure that the issue is specific to the *arm-toolchain*
40
-
before reporting. If the issue exists in *llvm-project* or *picolibc*
41
-
then please report the issue in the upstream project.
39
+
Arm Toolchain is heavily dependent on the *llvm* and *picolibc* projects. If you have an issue that is generic to one of these projects, you may want to submit it directly:
0 commit comments