Skip to content

Commit

Permalink
Merge branch 'main' into jmeridth-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeridth authored Jun 13, 2024
2 parents 935606b + fb64c56 commit adb3182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Ruby
uses: ruby/setup-ruby@d5fb7a202fc07872cb44f00ba8e6197b70cb0c55 # v1
uses: ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1
with:
bundler-cache: true
- name: Set up Node
Expand Down
2 changes: 1 addition & 1 deletion _articles/starting-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Consider clarity above all. Puns are fun, but remember that some jokes might not

### Avoiding name conflicts

[Check for open source projects with a similar name](http://ivantomic.com/projects/ospnc/), especially if you share the same language or ecosystem. If your name overlaps with a popular existing project, you might confuse your audience.
[Check for open source projects with a similar name](https://namechecker.vercel.app/), especially if you share the same language or ecosystem. If your name overlaps with a popular existing project, you might confuse your audience.

If you want a website, Twitter handle, or other properties to represent your project, make sure you can get the names you want. Ideally, [reserve those names now](https://instantdomainsearch.com/) for peace of mind, even if you don't intend to use them just yet.

Expand Down

0 comments on commit adb3182

Please sign in to comment.