Skip to content

Commit b1bb400

Browse files
feat: rename to emoji-blast
1 parent 717d88f commit b1bb400

27 files changed

+262
-243
lines changed

.all-contributorsrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"README.md"
4545
],
4646
"imageSize": 100,
47-
"projectName": "emojisplosion",
47+
"projectName": "emoji-blast",
4848
"projectOwner": "JoshuaKGoldberg",
4949
"repoHost": "https://github.com",
5050
"repoType": "github",

.github/CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thanks for your interest in contributing to `emojisplosion`! 💖
3+
Thanks for your interest in contributing to `emoji-blast`! 💖
44

55
> See [DEVELOPMENT.md](./DEVELOPMENT.md) for local development instructions.
66
@@ -10,7 +10,7 @@ This project contains a [Contributor Covenant code of conduct](./CODE_OF_CONDUCT
1010

1111
## Reporting Issues
1212

13-
Please do [report an issue on the issue tracker](https://github.com/JoshuaKGoldberg/emojisplosion/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form.
13+
Please do [report an issue on the issue tracker](https://github.com/JoshuaKGoldberg/emoji-blast/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form.
1414

1515
## Sending Contributions
1616

@@ -22,8 +22,8 @@ There are two steps involved:
2222

2323
### Finding an Issue
2424

25-
With the exception of very small typos, all changes to this repository generally need to correspond to an [open issue marked as `accepting prs` on the issue tracker](https://github.com/JoshuaKGoldberg/emojisplosion/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22).
26-
If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/JoshuaKGoldberg/emojisplosion/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22+label%3A%22good+first+issue%22+no%3Aassignee).
25+
With the exception of very small typos, all changes to this repository generally need to correspond to an [open issue marked as `accepting prs` on the issue tracker](https://github.com/JoshuaKGoldberg/emoji-blast/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22).
26+
If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/JoshuaKGoldberg/emoji-blast/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22+label%3A%22good+first+issue%22+no%3Aassignee).
2727
If the issue you'd like to fix isn't found on the issue, see [Reporting Issues](#reporting-issues) for filing your own (please do!).
2828

2929
### Sending a Pull Request
@@ -34,7 +34,7 @@ Be sure to fill out the pull request template's requested information -- otherwi
3434
PRs are also expected to have a title that adheres to [commitlint](https://github.com/conventional-changelog/commitlint).
3535
Only PR titles need to be in that format, not individual commits.
3636
Don't worry if you get this wrong: you can always change the PR title after sending it.
37-
Check [previously merged PRs](https://github.com/JoshuaKGoldberg/emojisplosion/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
37+
Check [previously merged PRs](https://github.com/JoshuaKGoldberg/emoji-blast/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
3838

3939
Please try not to force-push commits to PRs that have already been reviewed.
4040
Doing so makes it harder to review the changes.

.github/DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pnpm webpack --watch
2121

2222
### Demos
2323

24-
A set of `.html` files exists under `demo/` with a different way of showing off Emojisplosion features.
24+
A set of `.html` files exists under `demo/` with a different way of showing off emoji-blast features.
2525
Each corresponds to a Webpack ["entry point"](https://webpack.js.org/concepts/entry-points) under `./src/mains` under the same name.
2626

2727
## Formatting

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Note: Please must use one of our issue templates to file an issue! 🛑 -->
2-
<!-- 👉 https://github.com/JoshuaKGoldberg/emojisplosion/issues/new/choose 👈 -->
2+
<!-- 👉 https://github.com/JoshuaKGoldberg/emoji-blast/issues/new/choose 👈 -->
33
<!-- **Issues that should have been filed with a template will be closed without action, and we will ask you to use a template.** -->
44

55
<!-- This blank issue template is only for issues that don't fit any of the templates. -->

.github/ISSUE_TEMPLATE/01-bug.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
required: true
1313
- label: I have pulled the latest `main` branch of the repository.
1414
required: true
15-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/emojisplosion/issues?q=is%3Aissue) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/emoji-blast/issues?q=is%3Aissue) and found none that matched my issue.
1616
required: true
1717
type: checkboxes
1818
- attributes:

.github/ISSUE_TEMPLATE/02-documentation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
options:
1111
- label: I have pulled the latest `main` branch of the repository.
1212
required: true
13-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/emojisplosion/issues?q=is%3Aissue) and found none that matched my issue.
13+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/emoji-blast/issues?q=is%3Aissue) and found none that matched my issue.
1414
required: true
1515
type: checkboxes
1616
- attributes:

.github/ISSUE_TEMPLATE/03-feature.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
required: true
1313
- label: I have pulled the latest `main` branch of the repository.
1414
required: true
15-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/emojisplosion/issues?q=is%3Aissue) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/emoji-blast/issues?q=is%3Aissue) and found none that matched my issue.
1616
required: true
1717
type: checkboxes
1818
- attributes:

.github/ISSUE_TEMPLATE/04-tooling.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
required: true
1313
- label: I have pulled the latest `main` branch of the repository.
1414
required: true
15-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/emojisplosion/issues?q=is%3Aissue) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/emoji-blast/issues?q=is%3Aissue) and found none that matched my issue.
1616
required: true
1717
type: checkboxes
1818
- attributes:

.github/PULL_REQUEST_TEMPLATE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!-- 👋 Hi, thanks for sending a PR to emojisplosion! 💖.
1+
<!-- 👋 Hi, thanks for sending a PR to emoji-blast! 💖.
22
Please fill out all fields below and make sure each item is true and [x] checked.
33
Otherwise we may not be able to review your PR. -->
44

55
## PR Checklist
66

77
- [ ] Addresses an existing open issue: fixes #000
8-
- [ ] That issue was marked as [accepting prs](https://github.com/JoshuaKGoldberg/emojisplosion/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22)
9-
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/emojisplosion/blob/main/.github/CONTRIBUTING.md) were taken
8+
- [ ] That issue was marked as [accepting prs](https://github.com/JoshuaKGoldberg/emoji-blast/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22)
9+
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/emoji-blast/blob/main/.github/CONTRIBUTING.md) were taken
1010

1111
## Overview
1212

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.0
1+
18.17.1

0 commit comments

Comments
 (0)