Skip to content

Commit 84e297d

Browse files
chore: rename to template-typescript-package
1 parent 8090831 commit 84e297d

14 files changed

+33
-33
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"README.md"
5858
],
5959
"imageSize": 100,
60-
"projectName": "template-typescript-node-package",
60+
"projectName": "template-typescript-package",
6161
"projectOwner": "JoshuaKGoldberg",
6262
"repoHost": "https://github.com",
6363
"repoType": "github",

.github/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thanks for your interest in contributing to `template-typescript-node-package`! 💖
3+
Thanks for your interest in contributing to `template-typescript-package`! 💖
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/template-typescript-node-package/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/template-typescript-package/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/template-typescript-node-package/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/template-typescript-node-package/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/template-typescript-package/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/template-typescript-package/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/template-typescript-node-package/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
37+
Check [previously merged PRs](https://github.com/JoshuaKGoldberg/template-typescript-package/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

Lines changed: 2 additions & 2 deletions
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>/template-typescript-node-package
7-
cd template-typescript-node-package
6+
git clone https://github.com/<your-name-here>/template-typescript-package
7+
cd template-typescript-package
88
pnpm install
99
```
1010

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
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/template-typescript-node-package/issues/new/choose 👈 -->
2+
<!-- 👉 https://github.com/JoshuaKGoldberg/template-typescript-package/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

Lines changed: 1 addition & 1 deletion
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/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-package/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

Lines changed: 1 addition & 1 deletion
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/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
13+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-package/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

Lines changed: 1 addition & 1 deletion
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/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-package/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

Lines changed: 1 addition & 1 deletion
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/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-package/issues?q=is%3Aissue) and found none that matched my issue.
1616
required: true
1717
type: checkboxes
1818
- attributes:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!-- 👋 Hi, thanks for sending a PR to template-typescript-node-package! 💖.
1+
<!-- 👋 Hi, thanks for sending a PR to template-typescript-package! 💖.
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/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22)
9-
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken
8+
- [ ] That issue was marked as [accepting prs](https://github.com/JoshuaKGoldberg/template-typescript-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22)
9+
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-package/blob/main/.github/CONTRIBUTING.md) were taken
1010

1111
## Overview
1212

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# [1.4.0](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.3.0...v1.4.0) (2022-12-13)
1+
# [1.4.0](https://github.com/JoshuaKGoldberg/template-typescript-package/compare/v1.3.0...v1.4.0) (2022-12-13)
22

33
### Features
44

5-
- bind console log for performance (not really) ([#105](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/105)) ([98155c5](https://github.com/JoshuaKGoldberg/template-typescript-node-package/commit/98155c5fdb301c78bc9a04a5933b4843fb186692))
5+
- bind console log for performance (not really) ([#105](https://github.com/JoshuaKGoldberg/template-typescript-package/issues/105)) ([98155c5](https://github.com/JoshuaKGoldberg/template-typescript-package/commit/98155c5fdb301c78bc9a04a5933b4843fb186692))

0 commit comments

Comments
 (0)