Skip to content

Commit c0a3093

Browse files
authored
Merge pull request #4374 from tgross35/pr-template
Add links to common header sources in the PR template
2 parents 6db15ef + 5adc1ec commit c0a3093

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,20 @@ Please fill out the below template.
1212

1313
# Sources
1414

15-
<!-- All API changes must have links to headers and/or documentation,
16-
preferably both -->
15+
<!-- All API changes must have permalinks to headers. Common sources:
16+
17+
* Linux uapi https://github.com/torvalds/linux/tree/master/include/uapi
18+
* Glibc https://github.com/bminor/glibc
19+
* Musl https://github.com/bminor/musl
20+
* Apple XNU https://github.com/apple-oss-distributions/xnu
21+
* Android https://cs.android.com/android/platform/superproject/main
22+
23+
After navigating to the relevant file, click the triple dots and select "copy
24+
permalink" if on GitHub, or l-r (links->commit) for the Android source to get a
25+
link to the current version of the header.
26+
27+
If sources are closed, link to documentation or paste relevant C definitions.
28+
-->
1729

1830
# Checklist
1931

0 commit comments

Comments
 (0)