Skip to content

Commit a8bd16d

Browse files
feat: rename to emoji-blast
1 parent 48dfc15 commit a8bd16d

27 files changed

+221
-238
lines changed

.all-contributorsrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"contributorsSortAlphabetically": true,
3131
"files": ["README.md"],
3232
"imageSize": 100,
33-
"projectName": "emojisplosion",
33+
"projectName": "emoji-blast",
3434
"projectOwner": "JoshuaKGoldberg",
3535
"repoHost": "https://github.com",
3636
"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
> After this page, 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 [unassigned open issue marked as `status: accepting prs` on the issue tracker](https://github.com/JoshuaKGoldberg/emojisplosion/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
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%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
25+
With the exception of very small typos, all changes to this repository generally need to correspond to an [unassigned open issue marked as `status: accepting prs` on the issue tracker](https://github.com/JoshuaKGoldberg/emoji-blast/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
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%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3A%22status%3A+accepting+prs%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
#### Issue Claiming
@@ -42,7 +42,7 @@ Be sure to fill out the pull request template's requested information -- otherwi
4242
PRs are also expected to have a title that adheres to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0).
4343
Only PR titles need to be in that format, not individual commits.
4444
Don't worry if you get this wrong: you can always change the PR title after sending it.
45-
Check [previously merged PRs](https://github.com/JoshuaKGoldberg/emojisplosion/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
45+
Check [previously merged PRs](https://github.com/JoshuaKGoldberg/emoji-blast/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
4646

4747
#### Draft PRs
4848

.github/DEVELOPMENT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
44

55
```shell
6-
git clone https://github.com/<your-name-here>/emojisplosion
7-
cd emojisplosion
6+
git clone https://github.com/<your-name-here>/emoji-blast
7+
cd emoji-blast
88
pnpm install
99
```
1010

@@ -27,7 +27,7 @@ pnpm build --watch
2727

2828
### Building Demos
2929

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

3333
Run [**webpack**](https://webpack.js.org) locally to build source files from `src/` into output files in `dist/`:

.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.yml

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

.github/ISSUE_TEMPLATE/02-documentation.yml

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

.github/ISSUE_TEMPLATE/03-feature.yml

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

.github/ISSUE_TEMPLATE/04-tooling.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
required: true
88
- label: I have pulled the latest `main` branch of the repository.
99
required: true
10-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/emojisplosion/issues?q=is%3Aissue) and found none that matched my issue.
10+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/emoji-blast/issues?q=is%3Aissue) and found none that matched my issue.
1111
required: true
1212
type: checkboxes
1313
- 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 [`status: accepting prs`](https://github.com/JoshuaKGoldberg/emojisplosion/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+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 [`status: accepting prs`](https://github.com/JoshuaKGoldberg/emoji-blast/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
9+
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/emoji-blast/blob/main/.github/CONTRIBUTING.md) were taken
1010

1111
## Overview
1212

.github/workflows/post-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
1515
The release is available on:
1616
17-
* [GitHub releases](https://github.com/JoshuaKGoldberg/emojisplosion/releases/tag/{release_tag})
18-
* [npm package (@latest dist-tag)](https://www.npmjs.com/package/emojisplosion/v/${{ env.npm_version }})
17+
* [GitHub releases](https://github.com/JoshuaKGoldberg/emoji-blast/releases/tag/{release_tag})
18+
* [npm package (@latest dist-tag)](https://www.npmjs.com/package/emoji-blast/v/${{ env.npm_version }})
1919
2020
Cheers! 📦🚀
2121

0 commit comments

Comments
 (0)