Skip to content

Commit

Permalink
Merge pull request #3 from blitzsprinter/all-contributors/add-pinjasaur
Browse files Browse the repository at this point in the history
All contributors/add pinjasaur
  • Loading branch information
azurespheredev authored Nov 4, 2024
2 parents 4d9f60a + 64b52ba commit a56cea5
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project contains a [Contributor Covenant code of conduct](./CODE_OF_CONDUCT

## Reporting Issues

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

## Sending Contributions

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

### Finding an Issue

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+).
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+).
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+).
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+).
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!).

#### Issue Claiming
Expand All @@ -42,7 +42,7 @@ Be sure to fill out the pull request template's requested information -- otherwi
PRs are also expected to have a title that adheres to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0).
Only PR titles need to be in that format, not individual commits.
Don't worry if you get this wrong: you can always change the PR title after sending it.
Check [previously merged PRs](https://github.com/JoshuaKGoldberg/refined-saved-replies/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
Check [previously merged PRs](https://github.com/biltzsprinter/refined-saved-replies/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.

#### Draft PRs

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Note: Please must use one of our issue templates to file an issue! 🛑 -->
<!-- 👉 https://github.com/JoshuaKGoldberg/refined-saved-replies/issues/new/choose 👈 -->
<!-- 👉 https://github.com/biltzsprinter/refined-saved-replies/issues/new/choose 👈 -->
<!-- **Issues that should have been filed with a template will be closed without action, and we will ask you to use a template.** -->

<!-- This blank issue template is only for issues that don't fit any of the templates. -->
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Otherwise we may not be able to review your PR. -->
## PR Checklist

- [ ] Addresses an existing open issue: fixes #000
- [ ] 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)
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/refined-saved-replies/blob/main/.github/CONTRIBUTING.md) were taken
- [ ] 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)
- [ ] Steps in [CONTRIBUTING.md](https://github.com/biltzsprinter/refined-saved-replieslob/main/.github/CONTRIBUTING.md) were taken

## Overview

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
The release is available on:
* [GitHub releases](https://github.com/JoshuaKGoldberg/refined-saved-replies/releases/tag/{release_tag})
* [GitHub releases](https://github.com/biltzsprinter/refined-saved-replies/releases/tag/{release_tag})
* [npm package (@latest dist-tag)](https://www.npmjs.com/package/refined-saved-replies/v/${{ env.npm_version }})
Cheers! 📦🚀
Expand Down
33 changes: 22 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,21 @@
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<!-- prettier-ignore-end -->
</a>
<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>
<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>
<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>
<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>

<p>
<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>
<a href="https://github.com/biltzsprinter/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>
<a href="https://github.com/biltzsprinter/refined-saved-replies/blob/main/LICENSE.md" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/github/license/JoshuaKGoldberg/refined-saved-replies?color=21bb42">
</a>
<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>

<img alt="Style: Prettier" src="https://img.shields.io/badge/style-prettier-21bb42.svg" />
<img alt=TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-21bb42.svg" />
</p>
Expand All @@ -40,13 +51,13 @@ Thanks! 💖
<table>
<tbody>
<tr>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</tr>
</tbody>
</table>
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "refined-saved-replies",
"version": "0.5.0",
"description": "Browser extension for GitHub's Saved Replies that adds replies from a repository's .github/replies.yml. 📨",
"homepage": "https://github.com/JoshuaKGoldberg/refined-saved-replies#readme",
"version": "0.0.0",
"description": "Chrome extension for GitHub's Saved Replies that adds replies from a repository's .github/replies.yml. 📨",
"homepage": "https://github.com/biltzsprinter/refined-saved-replies#readme",
"bugs": {
"url": "https://github.com/JoshuaKGoldberg/refined-saved-replies/issues"
"url": "https://github.com/biltzsprinter/refined-saved-replies/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/JoshuaKGoldberg/refined-saved-replies"
"url": "https://github.com/biltzsprinter/refined-saved-replies"
},
"license": "MIT",
"author": {
Expand Down Expand Up @@ -93,4 +93,4 @@
"publishConfig": {
"provenance": true
}
}
}

0 comments on commit a56cea5

Please sign in to comment.