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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,18 +38,22 @@ We are using the Github flavored Markdown.
38
38
39
39
## Article Header Metadata
40
40
41
-
Each article should have the following header:
41
+
Each article should have the following header (see below as some metatags are optional):
42
42
43
43
```
44
44
---
45
45
title: <article title>
46
46
level: [beginner|intermediate|advance]
47
47
source: <url of source of the material derived>
48
+
attribution:
49
+
- Ralph Whitbeck <ralph@email.com>
50
+
- John Paul<john@email.com>
48
51
---
49
52
```
50
53
51
54
The `source` attibute is optional.
55
+
If the article was pulled in from an outside source you also need to add an attribution tag to give credit to the original authors.
52
56
53
57
## How do I get credit for my contribution?
54
58
55
-
We will build the attribution of an article based on the git commit logs.
59
+
We will build the attribution of an article based on the git commit logs. Only use the attribution meta tag to give credit to authors outside of git for an article that was pulled in for instance.
0 commit comments