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
Start deprecating "submitted by" lines, opting for either having a Git
repository to pull from (i.e. correct metadata already) or setting the
commit author manually.
Signed-off-by: Kyle Evans <[email protected]>
Copy file name to clipboardExpand all lines: meta.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ Commit messages may have one or more of number of standard metadata tags in the
5
5
| Tag | Description |
6
6
| -------- | -------- |
7
7
| PR: | FreeBSD problem report (Bugzilla) number |
8
-
| Submitted-by: | ID the original author, if not the committer |
9
8
| Reported-by: | ID of a 3rd party who reported the issue |
10
9
| Reviewed-by: | Reviewer ID |
11
10
| Tested-by: | ID of those who have tested the change |
@@ -31,3 +30,5 @@ signed-off-by for commits at this time, but don't want to preclude it
31
30
in the future.
32
31
33
32
In addition, you can replace - with a space in the above tags as a transition aid.
33
+
34
+
"Submitted by" may still appear, but is generally discouraged as a legacy tag. See [How to deal with Pull Requests](pull-request.md) for details on attribution.
0 commit comments