Skip to content

Commit a56cea5

Browse files
Merge pull request #3 from blitzsprinter/all-contributors/add-pinjasaur
All contributors/add pinjasaur
2 parents 4d9f60a + 64b52ba commit a56cea5

File tree

6 files changed

+36
-25
lines changed

6 files changed

+36
-25
lines changed

.github/CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -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/refined-saved-replies/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/biltzsprinter/refined-saved-replies/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/refined-saved-replies/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/refined-saved-replies/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/biltzsprinter/refined-saved-replies/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/biltzsprinter/refined-saved-replies/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/refined-saved-replies/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
45+
Check [previously merged PRs](https://github.com/biltzsprinter/refined-saved-replies/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
4646

4747
#### Draft PRs
4848

.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/refined-saved-replies/issues/new/choose 👈 -->
2+
<!-- 👉 https://github.com/biltzsprinter/refined-saved-replies/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/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Otherwise we may not be able to review your PR. -->
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/refined-saved-replies/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
9-
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/refined-saved-replies/blob/main/.github/CONTRIBUTING.md) were taken
8+
- [ ] That issue was marked as [`status: accepting prs`](https://github.com/blitzsprinter/refined-saved-replies/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
9+
- [ ] Steps in [CONTRIBUTING.md](https://github.com/biltzsprinter/refined-saved-replieslob/main/.github/CONTRIBUTING.md) were taken
1010

1111
## Overview
1212

.github/workflows/post-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
1515
The release is available on:
1616
17-
* [GitHub releases](https://github.com/JoshuaKGoldberg/refined-saved-replies/releases/tag/{release_tag})
17+
* [GitHub releases](https://github.com/biltzsprinter/refined-saved-replies/releases/tag/{release_tag})
1818
* [npm package (@latest dist-tag)](https://www.npmjs.com/package/refined-saved-replies/v/${{ env.npm_version }})
1919
2020
Cheers! 📦🚀

README.md

+22-11
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,21 @@
1010
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1111
<!-- prettier-ignore-end -->
1212
</a>
13-
<a href="https://codecov.io/gh/JoshuaKGoldberg/refined-saved-replies" target="_blank"><img alt="Codecov Test Coverage" src="https://codecov.io/gh/JoshuaKGoldberg/refined-saved-replies/branch/main/graph/badge.svg"/></a>
14-
<a href="https://github.com/JoshuaKGoldberg/refined-saved-replies/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" /></a>
15-
<a href="https://github.com/JoshuaKGoldberg/refined-saved-replies/blob/main/LICENSE.md" target="_blank"><img alt="License: MIT" src="https://img.shields.io/github/license/JoshuaKGoldberg/refined-saved-replies?olor=21bb42"></a>
16-
<a href="https://github.com/sponsors/JoshuaKGoldberg" target="_blank"><img alt="Sponsor: On GitHub" src="https://img.shields.io/badge/sponsor-on_github-21bb42.svg" /></a>
13+
14+
<p>
15+
<a href="https://codecov.io/gh/JoshuaKGoldberg/refined-saved-replies" target="_blank">
16+
<img alt="Codecov Test Coverage" src="https://codecov.io/gh/JoshuaKGoldberg/refined-saved-replies/branch/main/graph/badge.svg"/>
17+
</a>
18+
<a href="https://github.com/biltzsprinter/refined-saved-replies/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank">
19+
<img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" />
20+
</a>
21+
<a href="https://github.com/biltzsprinter/refined-saved-replies/blob/main/LICENSE.md" target="_blank">
22+
<img alt="License: MIT" src="https://img.shields.io/github/license/JoshuaKGoldberg/refined-saved-replies?color=21bb42">
23+
</a>
24+
<a href="https://github.com/sponsors/JoshuaKGoldberg" target="_blank">
25+
<img alt="Sponsor: On GitHub" src="https://img.shields.io/badge/sponsor-on_github-21bb42.svg" />
26+
</a>
27+
1728
<img alt="Style: Prettier" src="https://img.shields.io/badge/style-prettier-21bb42.svg" />
1829
<img alt=TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-21bb42.svg" />
1930
</p>
@@ -40,13 +51,13 @@ Thanks! 💖
4051
<table>
4152
<tbody>
4253
<tr>
43-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ad0ran"><img src="https://avatars.githubusercontent.com/u/1423613?v=4?s=100" width="100px;" alt="Adrian Simbulan"/><br /><sub><b>Adrian Simbulan</b></sub></a><br /><a href="https://github.com/azuresphere7/refined-saved-replies/issues?q=author%3Aad0ran" title="Bug reports">🐛</a> <a href="https://github.com/azuresphere7/refined-saved-replies/commits?author=ad0ran" title="Code">💻</a></td>
44-
<td align="center" valign="top" width="14.28%"><a href="http://www.joshuakgoldberg.com/"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg ✨"/><br /><sub><b>Josh Goldberg ✨</b></sub></a><br /><a href="#maintenance-JoshuaKGoldberg" title="Maintenance">🚧</a> <a href="https://github.com/azuresphere7/refined-saved-replies/commits?author=JoshuaKGoldberg" title="Documentation">📖</a></td>
45-
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/Jolg42"><img src="https://avatars.githubusercontent.com/u/1328733?v=4?s=100" width="100px;" alt="Joël Galeran"/><br /><sub><b>Joël Galeran</b></sub></a><br /><a href="https://github.com/azuresphere7/refined-saved-replies/commits?author=Jolg42" title="Code">💻</a></td>
46-
<td align="center" valign="top" width="14.28%"><a href="https://azuresphere.dev"><img src="https://avatars.githubusercontent.com/u/24680042?v=4" width="100px;" alt="BlitzSprinter"/><br /><sub><b>BlitzSprinter</b></sub></a><br /><a href="https://github.com/azuresphere7/refined-saved-replies/commits?author=Jolg42" title="Code">💻</a><a href="https://github.com/azuresphere7/refined-saved-replies/pulls?q=is%3Apr+reviewed-by%3Akeithamus" title="Reviewed Pull Requests">👀</a></td>
47-
<td align="center" valign="top" width="14.28%"><a href="https://luisestevez.me/"><img src="https://avatars.githubusercontent.com/u/128345934?v=4?s=100" width="100px;" alt="Luis Estevez"/><br /><sub><b>Luis Estevez</b></sub></a><br /><a href="https://github.com/azuresphere7/refined-saved-replies/issues?q=author%3Aestevezluis" title="Bug reports">🐛</a><a href="https://github.com/azuresphere7/refined-saved-replies/commits?author=estevezluis" title="Code">💻</a></td>
48-
<td align="center" valign="top" width="14.28%"><a href="https://paulisaweso.me/"><img src="https://avatars.githubusercontent.com/u/6335792?v=4?s=100" width="100px;" alt="Paul Esch-Laurent"/><br /><sub><b>Paul Esch-Laurent</b></sub></a><br /><a href="#tool-Pinjasaur" title="Tools">🔧</a> <a href="https://github.com/azuresphere7/refined-saved-replies/commits?author=Pinjasaur" title="Documentation">📖</a> <a href="https://github.com/azuresphere7/refined-saved-replies/commits?author=Pinjasaur" title="Code">💻</a> <a href="#maintenance-Pinjasaur" title="Maintenance">🚧</a></td>
49-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DanielXing1103"><img src="https://avatars.githubusercontent.com/u/112993709?v=4?s=100" width="100px;" alt="danielxing1103"/><br /><sub><b>danielxing1103</b></sub></a><br /><a href="https://github.com/azuresphere7/refined-saved-replies/commits?author=DanielXing1103" title="Code">💻</a></td>
54+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ad0ran"><img src="https://avatars.githubusercontent.com/u/1423613?v=4?s=100" width="100px;" alt="Adrian Simbulan"/><br /><sub><b>Adrian Simbulan</b></sub></a><br /><a href="https://github.com/biltzsprinter/refined-saved-replies/issues?q=author%3Aad0ran" title="Bug reports">🐛</a> <a href="https://github.com/biltzsprinter/refined-saved-replies/commits?author=ad0ran" title="Code">💻</a></td>
55+
<td align="center" valign="top" width="14.28%"><a href="http://www.joshuakgoldberg.com/"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg ✨"/><br /><sub><b>Josh Goldberg ✨</b></sub></a><br /><a href="https://github.com/biltzsprinter/refined-saved-replies/issues?q=author%3AJoshuaKGoldberg" title="Bug reports">🐛</a> <a href="#tool-JoshuaKGoldberg" title="Tools">🔧</a> <a href="https://github.com/biltzsprinter/refined-saved-replies/commits?author=JoshuaKGoldberg" title="Code">💻</a> <a href="https://github.com/biltzsprinter/refined-saved-replies/commits?author=JoshuaKGoldberg" title="Documentation">📖</a> <a href="#maintenance-JoshuaKGoldberg" title="Maintenance">🚧</a></td>
56+
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/Jolg42"><img src="https://avatars.githubusercontent.com/u/1328733?v=4?s=100" width="100px;" alt="Joël Galeran"/><br /><sub><b>Joël Galeran</b></sub></a><br /><a href="https://github.com/biltzsprinter/refined-saved-replies/commits?author=Jolg42" title="Code">💻</a></td>
57+
<td align="center" valign="top" width="14.28%"><a href="https://www.keithcirkel.co.uk"><img src="https://avatars.githubusercontent.com/u/118266?v=4?s=100" width="100px;" alt="Keith Cirkel"/><br /><sub><b>Keith Cirkel</b></sub></a><br /><a href="https://github.com/biltzsprinter/refined-saved-replies/pulls?q=is%3Apr+reviewed-by%3Akeithamus" title="Reviewed Pull Requests">👀</a></td>
58+
<td align="center" valign="top" width="14.28%"><a href="https://luisestevez.me/"><img src="https://avatars.githubusercontent.com/u/128345934?v=4?s=100" width="100px;" alt="Luis Estevez"/><br /><sub><b>Luis Estevez</b></sub></a><br /><a href="https://github.com/biltzsprinter/refined-saved-replies/issues?q=author%3Aestevezluis" title="Bug reports">🐛</a> <a href="https://github.com/biltzsprinter/refined-saved-replies/commits?author=estevezluis" title="Code">💻</a></td>
59+
<td align="center" valign="top" width="14.28%"><a href="https://paulisaweso.me/"><img src="https://avatars.githubusercontent.com/u/6335792?v=4?s=100" width="100px;" alt="Paul Esch-Laurent"/><br /><sub><b>Paul Esch-Laurent</b></sub></a><br /><a href="https://github.com/biltzsprinter/refined-saved-replies/commits?author=Pinjasaur" title="Documentation">📖</a></td>
60+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DanielXing1103"><img src="https://avatars.githubusercontent.com/u/112993709?v=4?s=100" width="100px;" alt="danielxing1103"/><br /><sub><b>danielxing1103</b></sub></a><br /><a href="https://github.com/biltzsprinter/refined-saved-replies/commits?author=DanielXing1103" title="Code">💻</a></td>
5061
</tr>
5162
</tbody>
5263
</table>

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "refined-saved-replies",
3-
"version": "0.5.0",
4-
"description": "Browser extension for GitHub's Saved Replies that adds replies from a repository's .github/replies.yml. 📨",
5-
"homepage": "https://github.com/JoshuaKGoldberg/refined-saved-replies#readme",
3+
"version": "0.0.0",
4+
"description": "Chrome extension for GitHub's Saved Replies that adds replies from a repository's .github/replies.yml. 📨",
5+
"homepage": "https://github.com/biltzsprinter/refined-saved-replies#readme",
66
"bugs": {
7-
"url": "https://github.com/JoshuaKGoldberg/refined-saved-replies/issues"
7+
"url": "https://github.com/biltzsprinter/refined-saved-replies/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/JoshuaKGoldberg/refined-saved-replies"
11+
"url": "https://github.com/biltzsprinter/refined-saved-replies"
1212
},
1313
"license": "MIT",
1414
"author": {
@@ -93,4 +93,4 @@
9393
"publishConfig": {
9494
"provenance": true
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)