Skip to content

Commit 9c668b9

Browse files
Merge pull request #141 from kamranahmedse/develop
Create a new pull request by comparing changes across two branches
2 parents 7f1cf70 + 52e152c commit 9c668b9

File tree

101 files changed

+5988
-371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+5988
-371
lines changed

.astro/settings.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"devToolbar": {
3-
"enabled": false
4-
},
5-
"_variables": {
6-
"lastUpdateCheck": 1715513047752
7-
}
8-
}
2+
"devToolbar": {
3+
"enabled": false
4+
},
5+
"_variables": {
6+
"lastUpdateCheck": 1716803392287
7+
}
8+
}

contributing.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22

33
First of all thank you for considering to contribute. Please look at the details below:
44

5+
- [Create a New Branch](#create-a-new-branch)
56
- [New Roadmaps](#new-roadmaps)
67
- [Existing Roadmaps](#existing-roadmaps)
78
- [Adding Content](#adding-content)
89
- [Guidelines](#guidelines)
910

11+
## Create A New Branch
12+
13+
To create a new branch against `develop` for your contribution please do the following:
14+
15+
```bash
16+
git clone https://github.com/kamranahmedse/developer-roadmap.git # Clone Repo
17+
cd developer-roadmap # Change Directory
18+
git switch develop && git pull # Switch and pull
19+
git checkout -b "a-sensible-branch-name" # Create your branch
20+
```
21+
1022
## New Roadmaps
1123

1224
For new roadmaps, you can either:
@@ -46,6 +58,10 @@ Visit the following resources to learn more:
4658

4759
## Guidelines
4860

61+
- <p><strong>Please open your pull request (PR) against the develop branch.</strong><br />
62+
63+
To keep caching and deployments under control, please open your PR's against the `develop` branch, which will then be merged into `master` at the end of the day.
64+
4965
- <p><strong>Adding everything available out there is not the goal!</strong><br />
5066

5167
The roadmaps represent the skillset most valuable today, i.e., if you were to enter any of the listed fields today, what would you learn? There might be things that are of-course being used today but prioritize the things that are most in demand today, e.g., agreed that lots of people are using angular.js today but you wouldn't want to learn that instead of React, Angular, or Vue. Use your critical thinking to filter out non-essential stuff. Give honest arguments for why the resource should be included.</p>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
},
3030
"dependencies": {
3131
"@astrojs/node": "^8.2.5",
32-
"@astrojs/react": "^3.3.4",
33-
"@astrojs/sitemap": "^3.1.4",
32+
"@astrojs/react": "^3.4.0",
33+
"@astrojs/sitemap": "^3.1.5",
3434
"@astrojs/tailwind": "^5.1.0",
3535
"@fingerprintjs/fingerprintjs": "^4.3.0",
3636
"@nanostores/react": "^0.7.2",
3737
"@napi-rs/image": "^1.9.2",
3838
"@resvg/resvg-js": "^2.6.2",
3939
"@types/react": "^18.3.2",
4040
"@types/react-dom": "^18.3.0",
41-
"astro": "^4.8.6",
41+
"astro": "^4.9.1",
4242
"clsx": "^2.1.1",
4343
"dayjs": "^1.11.11",
4444
"dom-to-image": "^2.6.0",

0 commit comments

Comments
 (0)