mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 05:42:41 +02:00
Update contribution docs
This commit is contained in:
@@ -29,10 +29,13 @@ Please note that the markdown has a specific format. Please follow the sample fo
|
|||||||
* Title of the file to represent the node item.
|
* Title of the file to represent the node item.
|
||||||
* Add a brief summary describing the roadmap node (preferably less than 200 characters)
|
* Add a brief summary describing the roadmap node (preferably less than 200 characters)
|
||||||
* Use `ResourceGroupTitle` tag for the resources heading
|
* Use `ResourceGroupTitle` tag for the resources heading
|
||||||
```
|
|
||||||
|
```html
|
||||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
```
|
```
|
||||||
|
|
||||||
* Use `BadgeLink` tag for the resource links with below guidelines
|
* Use `BadgeLink` tag for the resource links with below guidelines
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- blue color scheme for the official websites and documentation -->
|
<!-- blue color scheme for the official websites and documentation -->
|
||||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://reactjs.org/'>React Website</BadgeLink>
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://reactjs.org/'>React Website</BadgeLink>
|
||||||
@@ -45,6 +48,7 @@ Please note that the markdown has a specific format. Please follow the sample fo
|
|||||||
|
|
||||||
<!-- yellow color scheme for the blog posts and readable text -->
|
<!-- yellow color scheme for the blog posts and readable text -->
|
||||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.cloudflare.com/en-gb/learning/dns/what-is-dns/'>What is DNS?</BadgeLink>
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.cloudflare.com/en-gb/learning/dns/what-is-dns/'>What is DNS?</BadgeLink>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Guidelines
|
## Guidelines
|
||||||
|
Reference in New Issue
Block a user