Skip to content

Commit 3efbfba

Browse files
committed
Rename username
1 parent 4e8d8ef commit 3efbfba

53 files changed

Lines changed: 77 additions & 77 deletions

File tree

Some content is hidden

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

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# These are supported funding model platforms
2-
github: kamranahmedse
2+
github: nilbuild

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
url: https://roadmap.sh/discord
55
about: Please do not open issues with roadmap requests, hop onto the discord server for that.
66
- name: 📝 ​ ​Typo or Grammatical Mistake
7-
url: https://github.com/kamranahmedse/developer-roadmap/tree/master/src/data
7+
url: https://github.com/nilbuild/developer-roadmap/tree/master/src/data
88
about: Please submit a pull request instead of reporting it as an issue.
99
- name: 💬 ​ ​Chat on Discord
1010
url: https://roadmap.sh/discord

.github/workflows/cleanup-orphaned-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
base: "master"
6666
labels: |
6767
automated pr
68-
reviewers: jcanalesluna,kamranahmedse
68+
reviewers: jcanalesluna,nilbuild
6969
commit-message: "chore: cleanup orphaned content files"
7070
title: "chore: cleanup orphaned content - ${{ inputs.roadmap_slug }}"
7171
body: |

.github/workflows/sync-content-to-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
base: "master"
5252
labels: |
5353
automated pr
54-
reviewers: jcanalesluna,kamranahmedse
54+
reviewers: jcanalesluna,nilbuild
5555
commit-message: "chore: sync content to repo"
5656
title: "chore: sync content to repository - ${{ inputs.roadmap_slug }}"
5757
body: |

.github/workflows/upgrade-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
labels: |
3737
dependencies
3838
automated pr
39-
reviewers: kamranahmedse
39+
reviewers: nilbuild
4040
commit-message: "chore: update dependencies to latest"
4141
title: "Upgrade Dependencies To Latest - Automated"
4242
body: |

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default defineConfig({
6060
'/',
6161
'#',
6262
'mailto:',
63-
'https://github.com/kamranahmedse',
63+
'https://github.com/nilbuild',
6464
'https://thenewstack.io',
6565
'https://kamranahmed.info',
6666
'https://roadmap.sh',

contributing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ First of all, thank you for considering to contribute. Please look at the detail
1515

1616
For new roadmaps, you can either:
1717

18-
- Submit a roadmap by providing [a textual roadmap similar to this roadmap](https://gist.github.com/kamranahmedse/98758d2c73799b3a6ce17385e4c548a5) in an [issue](https://github.com/kamranahmedse/developer-roadmap/issues).
19-
- Create an interactive roadmap yourself using [our roadmap editor](https://draw.roadmap.sh/) & submit the link to that roadmap in an [issue](https://github.com/kamranahmedse/developer-roadmap/issues).
18+
- Submit a roadmap by providing [a textual roadmap similar to this roadmap](https://gist.github.com/nilbuild/98758d2c73799b3a6ce17385e4c548a5) in an [issue](https://github.com/nilbuild/developer-roadmap/issues).
19+
- Create an interactive roadmap yourself using [our roadmap editor](https://draw.roadmap.sh/) & submit the link to that roadmap in an [issue](https://github.com/nilbuild/developer-roadmap/issues).
2020

2121
## Existing Roadmaps
2222

2323
For the existing roadmaps, please follow the details listed for the nature of contribution:
2424

25-
- **Fixing Typos** — Make your changes in the [roadmap markdown file](https://github.com/kamranahmedse/developer-roadmap/tree/master/src/data/roadmaps) and submit a [PR](https://github.com/kamranahmedse/developer-roadmap/pulls).
26-
- **Adding/Removing Nodes and Modifying Node Titles** — Please open an [issue](https://github.com/kamranahmedse/developer-roadmap/issues) with your suggestion.
25+
- **Fixing Typos** — Make your changes in the [roadmap markdown file](https://github.com/nilbuild/developer-roadmap/tree/master/src/data/roadmaps) and submit a [PR](https://github.com/nilbuild/developer-roadmap/pulls).
26+
- **Adding/Removing Nodes and Modifying Node Titles** — Please open an [issue](https://github.com/nilbuild/developer-roadmap/issues) with your suggestion.
2727

2828
**Note:** Please note that our goal is **not to have the biggest list of items**. Our goal is to list items or skills most relevant today.
2929

@@ -51,7 +51,7 @@ Have a look at this project to get an idea of [what we are looking for](https://
5151

5252
## Adding Content
5353

54-
Find [the content directory inside the relevant roadmap](https://github.com/kamranahmedse/developer-roadmap/tree/master/src/data/roadmaps). Please keep the following guidelines in mind when submitting content:
54+
Find [the content directory inside the relevant roadmap](https://github.com/nilbuild/developer-roadmap/tree/master/src/data/roadmaps). Please keep the following guidelines in mind when submitting content:
5555

5656
- Content must be in English.
5757
- Maximum of 8 links per topic.
@@ -134,7 +134,7 @@ It's important to add a valid type, this will help us categorize the content and
134134
For local development, you can use the following commands:
135135

136136
```bash
137-
git clone git@github.com:kamranahmedse/developer-roadmap.git --depth 1
137+
git clone git@github.com:nilbuild/developer-roadmap.git --depth 1
138138
cd developer-roadmap
139139
pnpm add @roadmapsh/editor@npm:@roadmapsh/dummy-editor -w
140140
pnpm install

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Please consider sharing a post about [roadmap.sh](https://roadmap.sh) and the va
145145
Clone the repository, install the dependencies and start the application
146146

147147
```bash
148-
git clone git@github.com:kamranahmedse/developer-roadmap.git --depth 1
148+
git clone git@github.com:nilbuild/developer-roadmap.git --depth 1
149149
cd developer-roadmap
150150
pnpm add @roadmapsh/editor@npm:@roadmapsh/dummy-editor -w
151151
pnpm install
@@ -170,8 +170,8 @@ pnpm dev
170170

171171
## Thanks to all contributors ❤
172172

173-
<a href = "https://github.com/kamranahmedse/developer-roadmap/graphs/contributors">
174-
<img src = "https://contrib.rocks/image?repo=kamranahmedse/developer-roadmap"/>
173+
<a href = "https://github.com/nilbuild/developer-roadmap/graphs/contributors">
174+
<img src = "https://contrib.rocks/image?repo=nilbuild/developer-roadmap"/>
175175
</a>
176176

177177
## License

scripts/close-issues.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Fetch issues JSON data and parse it properly
4-
issues=$(gh issue list --repo kamranahmedse/developer-roadmap --search "sort:created-asc" --state open --limit 500 --json number,title,createdAt,updatedAt,state,url,comments,reactionGroups,body | jq -c '.[]')
4+
issues=$(gh issue list --repo nilbuild/developer-roadmap --search "sort:created-asc" --state open --limit 500 --json number,title,createdAt,updatedAt,state,url,comments,reactionGroups,body | jq -c '.[]')
55

66
# Loop through the issues and delete the ones created in 2022 and not updated in the past year
77
while IFS= read -r issue; do

scripts/label-issues.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Fetch issues JSON data and parse it properly
4-
issues=$(gh issue list --repo kamranahmedse/developer-roadmap --search "sort:created-asc" --state open --limit 500 --json number,title,createdAt,updatedAt,state,url,comments,reactionGroups,body | jq -c '.[]')
4+
issues=$(gh issue list --repo nilbuild/developer-roadmap --search "sort:created-asc" --state open --limit 500 --json number,title,createdAt,updatedAt,state,url,comments,reactionGroups,body | jq -c '.[]')
55

66
# checks the body of issue, identifies the slug from the roadmap URLs
77
# and labels the issue with the corresponding slug

0 commit comments

Comments
 (0)