Skip to content

Commit 2355d41

Browse files
committed
chore: transition
1 parent dd21566 commit 2355d41

31 files changed

Lines changed: 1624 additions & 1130 deletions

.all-contributorsrc

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,31 @@
1717
"tool",
1818
"doc"
1919
]
20+
},
21+
{
22+
"login": "tinyforks",
23+
"name": "Tinyforks",
24+
"avatar_url": "https://avatars.githubusercontent.com/u/195489710?v=4",
25+
"profile": "https://github.com/tinyforks",
26+
"contributions": [
27+
"code",
28+
"content",
29+
"doc",
30+
"ideas",
31+
"infra",
32+
"maintenance",
33+
"projectManagement",
34+
"tool"
35+
]
2036
}
2137
],
2238
"contributorsPerLine": 7,
2339
"contributorsSortAlphabetically": true,
2440
"files": [
2541
"README.md"
2642
],
27-
"projectName": "debug-for-file",
28-
"projectOwner": "JoshuaKGoldberg",
43+
"projectName": "obug-for-file",
44+
"projectOwner": "tinyforks",
2945
"repoType": "github",
3046
"commitConvention": "angular"
3147
}

.github/CODE_OF_CONDUCT.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,29 +78,31 @@ unprofessional or unwelcome in the community.
7878

7979
**Consequence**: A private, written warning from community leaders, providing
8080
clarity around the nature of the violation and an explanation of why the
81-
behavior was inappropriate. A public apology may be requested.
81+
behavior was inappropriate.
82+
A public apology may be requested.
8283

8384
### 2. Warning
8485

8586
**Community Impact**: A violation through a single incident or series of
8687
actions.
8788

88-
**Consequence**: A warning with consequences for continued behavior. No
89-
interaction with the people involved, including unsolicited interaction with
90-
those enforcing the Code of Conduct, for a specified period of time. This
91-
includes avoiding interactions in community spaces as well as external channels
92-
like social media. Violating these terms may lead to a temporary or permanent
93-
ban.
89+
**Consequence**: A warning with consequences for continued behavior.
90+
No interaction with the people involved, including unsolicited interaction with
91+
those enforcing the Code of Conduct, for a specified period of time.
92+
This includes avoiding interactions in community spaces as well as external
93+
channels like social media.
94+
Violating these terms may lead to a temporary or permanent ban.
9495

9596
### 3. Temporary Ban
9697

9798
**Community Impact**: A serious violation of community standards, including
9899
sustained inappropriate behavior.
99100

100101
**Consequence**: A temporary ban from any sort of interaction or public
101-
communication with the community for a specified period of time. No public or
102-
private interaction with the people involved, including unsolicited interaction
103-
with those enforcing the Code of Conduct, is allowed during this period.
102+
communication with the community for a specified period of time.
103+
No public or private interaction with the people involved, including unsolicited
104+
interaction with those enforcing the Code of Conduct, is allowed during this
105+
period.
104106
Violating these terms may lead to a permanent ban.
105107

106108
### 4. Permanent Ban
@@ -122,7 +124,8 @@ Community Impact Guidelines were inspired by
122124
[Mozilla's code of conduct enforcement ladder][mozilla coc].
123125

124126
For answers to common questions about this code of conduct, see the FAQ at
125-
[https://www.contributor-covenant.org/faq][faq]. Translations are available at
127+
[https://www.contributor-covenant.org/faq][faq].
128+
Translations are available at
126129
[https://www.contributor-covenant.org/translations][translations].
127130

128131
[homepage]: https://www.contributor-covenant.org

.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 `debug-for-file`! 🧶
3+
Thanks for your interest in contributing to `obug-for-file`! 🧶
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/debug-for-file/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/tinyforks/obug-for-file/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/debug-for-file/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/debug-for-file/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/tinyforks/obug-for-file/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/tinyforks/obug-for-file/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/debug-for-file/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
45+
Check [previously merged PRs](https://github.com/tinyforks/obug-for-file/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
4646

4747
#### Draft PRs
4848

.github/DEVELOPMENT.md

Lines changed: 4 additions & 5 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)/debug-for-file
7-
cd debug-for-file
6+
git clone https://github.com/(your-name-here)/obug-for-file
7+
cd obug-for-file
88
pnpm install
99
```
1010

@@ -13,7 +13,7 @@ pnpm install
1313
1414
## Building
1515

16-
Run [**tsup**](https://tsup.egoist.dev) locally to build source files from `src/` into output files in `lib/`:
16+
Run [**tsdown**](https://tsdown.dev) locally to build source files from `src/` into output files in `lib/`:
1717

1818
```shell
1919
pnpm build
@@ -43,8 +43,7 @@ Each should be shown in VS Code, and can be run manually on the command-line:
4343

4444
- `pnpm lint` ([ESLint](https://eslint.org) with [typescript-eslint](https://typescript-eslint.io)): Lints JavaScript and TypeScript source files
4545
- `pnpm lint:knip` ([knip](https://github.com/webpro/knip)): Detects unused files, dependencies, and code exports
46-
- `pnpm lint:md` ([Markdownlint](https://github.com/DavidAnson/markdownlint)): Checks Markdown source files
47-
- `pnpm lint:packages` ([pnpm dedupe --check](https://pnpm.io/cli/dedupe)): Checks for unnecessarily duplicated packages in the `pnpm-lock.yml` file
46+
- `pnpm lint:packages` ([pnpm dedupe --check](https://pnpm.io/cli/dedupe)): Checks for unnecessarily duplicated packages in the `pnpm-lock.yaml` file
4847
- `pnpm lint:spelling` ([cspell](https://cspell.org)): Spell checks across all source files
4948

5049
Read the individual documentation for each linter to understand how it can be configured and used best.

.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/debug-for-file/issues/new/choose 👈 -->
2+
<!-- 👉 https://github.com/tinyforks/obug-for-file/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: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
body:
2+
- attributes:
3+
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
4+
label: Bug Report Checklist
5+
options:
6+
- label: I have tried restarting my IDE and the issue persists.
7+
required: true
8+
- label: I have pulled in the newest version of the project.
9+
required: true
10+
- label: I have [searched for related issues](https://github.com/tinyforks/obug-for-file/issues?q=is%3Aissue) and found none that matched my issue.
11+
required: true
12+
type: checkboxes
13+
- attributes:
14+
description: What did you expect to happen?
15+
label: Expected
16+
type: textarea
17+
validations:
18+
required: true
19+
- attributes:
20+
description: What happened instead?
21+
label: Actual
22+
type: textarea
23+
validations:
24+
required: true
25+
- attributes:
26+
description: Any additional info you'd like to provide.
27+
label: Additional Info
28+
type: textarea
29+
30+
description: Report a bug trying to run the code
31+
32+
labels:
33+
- "type: bug"
34+
35+
name: 🐛 Bug
36+
37+
title: "🐛 Bug: <short description of the bug>"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
body:
2+
- attributes:
3+
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
4+
label: Documentation Report Checklist
5+
options:
6+
- label: I have looked at the latest `main` branch of the repository.
7+
required: true
8+
- label: I have [searched for related issues](https://github.com/tinyforks/obug-for-file/issues?q=is%3Aissue) and found none that matched my issue.
9+
required: true
10+
type: checkboxes
11+
- attributes:
12+
description: What would you like to report?
13+
label: Overview
14+
type: textarea
15+
validations:
16+
required: true
17+
- attributes:
18+
description: Any additional info you'd like to provide.
19+
label: Additional Info
20+
type: textarea
21+
22+
description: Report a typo or missing area of documentation
23+
24+
labels:
25+
- "area: documentation"
26+
27+
name: 📝 Documentation
28+
29+
title: "📝 Documentation: <short description of the request>"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
body:
2+
- attributes:
3+
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
4+
label: Feature Request Checklist
5+
options:
6+
- label: I have looked at the latest version of the project.
7+
required: true
8+
- label: I have [searched for related issues](https://github.com/tinyforks/obug-for-file/issues?q=is%3Aissue) and found none that matched my issue.
9+
required: true
10+
type: checkboxes
11+
- attributes:
12+
description: What did you expect to be able to do?
13+
label: Overview
14+
type: textarea
15+
validations:
16+
required: true
17+
- attributes:
18+
description: Any additional info you'd like to provide.
19+
label: Additional Info
20+
type: textarea
21+
22+
description: Request that a new feature be added or an existing feature improved
23+
24+
labels:
25+
- "type: feature"
26+
27+
name: 🚀 Feature
28+
29+
title: "🚀 Feature: <short description of the feature>"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
body:
2+
- attributes:
3+
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
4+
label: Tooling Report Checklist
5+
options:
6+
- label: I have tried restarting my IDE and the issue persists.
7+
required: true
8+
- label: I have pulled in the newest version of the project.
9+
required: true
10+
- label: I have [searched for related issues](https://github.com/tinyforks/obug-for-file/issues?q=is%3Aissue) and found none that matched my issue.
11+
required: true
12+
type: checkboxes
13+
- attributes:
14+
description: What did you expect to be able to do?
15+
label: Overview
16+
type: textarea
17+
validations:
18+
required: true
19+
- attributes:
20+
description: Any additional info you'd like to provide.
21+
label: Additional Info
22+
type: textarea
23+
24+
description: Report a bug or request an enhancement in repository tooling
25+
26+
labels:
27+
- "area: tooling"
28+
29+
name: 🛠 Tooling
30+
31+
title: "🛠 Tooling: <short description of the change>"

.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 debug-for-file! 🧶
1+
<!-- 👋 Hi, thanks for sending a PR to obug-for-file! 🧶
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/debug-for-file/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
9-
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/debug-for-file/blob/main/.github/CONTRIBUTING.md) were taken
8+
- [ ] That issue was marked as [`status: accepting prs`](https://github.com/tinyforks/obug-for-file/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
9+
- [ ] Steps in [CONTRIBUTING.md](https://github.com/tinyforks/obug-for-file/blob/main/.github/CONTRIBUTING.md) were taken
1010

1111
## Overview
1212

0 commit comments

Comments
 (0)