Skip to content

Commit 941a070

Browse files
greenkeeper[bot]gregswindle
authored andcommitted
fix(lint-staged): update to v7.0.5 (#28)
* fix(lint-staged): update to version 7.0.5 * style(color): make colors consistent > Make badge colors with GitHub issue and PR status colors, and create greater contrast for the contributing button. * test(jest): extend timeout for api tests
1 parent 572aee9 commit 941a070

File tree

69 files changed

+22276
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+22276
-81
lines changed

.github/CONTRIBUTING.md

Lines changed: 45 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Contributing<br>to `readme-inspector`
1+
# Contributing to `readme-inspector`
22

3-
[![PRs Welcome][makeapullrequest-image]][makeapullrequest-url] We welcome contributors, issues, and pull requests.
3+
> [![PRs Welcome][makeapullrequest-image]][makeapullrequest-url] We welcome contributors, issues, and pull requests.
4+
>
5+
> [![Request a feature][issues-new-feat-image]][issues-new-feat-url] [![Report a defect][issues-new-defect-image]][issues-new-defect-url]
46
57
## Table of contents
68

@@ -113,10 +115,6 @@
113115
114116
Go ahead! Get started now:
115117

116-
* [![Request a feature][issues-new-feat-image]][issues-new-feat-url]
117-
118-
* [![Report a defect][issues-new-defect-image]][issues-new-defect-url]
119-
120118
* [Review all open issues][issues-url]
121119

122120
* ### 1.2. Format titles with **`type(scope): subject`**.
@@ -301,11 +299,31 @@
301299

302300
> Consistent, legible Git logs not only facilitate communication, but also enable automated `CHANGELOG` generation and semantic versioning with [`standard-version`][standard-version-url].
303301
302+
***
303+
304+
<details>
305+
<summary><strong>View all conventional commit message templates.</strong></summary>
306+
<p>
307+
308+
* **`BREAKING CHANGE` commit messages**
309+
310+
A change that breaks the product's public API.
311+
312+
```shell
313+
<type>(<scope>): <subject>
314+
<BLANK LINE>
315+
BREAKING CHANGE: summary of change.
316+
<BLANK LINE>
317+
<[body]>
318+
<BLANK LINE>
319+
<footer>
320+
```
321+
304322
* **`build` commit messages**
305323

306324
Issues related to product builds.
307325

308-
```
326+
```shell
309327
build(<scope>): <subject>
310328
<BLANK LINE>
311329
<[body]>
@@ -317,7 +335,7 @@
317335

318336
Issues related to miscellaneous non-functional changes (usually "maintenance" changes).
319337

320-
```
338+
```shell
321339
chore(<scope>): <subject>
322340
<BLANK LINE>
323341
<[body]>
@@ -329,7 +347,7 @@
329347

330348
Issues related to continuous integration, delivery, and deployment tasks.
331349

332-
```
350+
```shell
333351
ci(<scope>): <subject>
334352
<BLANK LINE>
335353
<[body]>
@@ -341,7 +359,7 @@
341359

342360
Issues related to documentation.
343361

344-
```
362+
```shell
345363
docs(<scope>): <subject>
346364
<BLANK LINE>
347365
<[body]>
@@ -353,7 +371,7 @@
353371

354372
New feature or enhancement requests.
355373

356-
```
374+
```shell
357375
feat(<scope>): <subject>
358376
<BLANK LINE>
359377
<[body]>
@@ -365,7 +383,7 @@
365383

366384
Defect (bug) repair issues.
367385

368-
```
386+
```shell
369387
fix(<scope>): <subject>
370388
<BLANK LINE>
371389
<[body]>
@@ -377,7 +395,7 @@
377395

378396
Performance improvement issues.
379397

380-
```
398+
```shell
381399
perf(<scope>): <subject>
382400
<BLANK LINE>
383401
<[body]>
@@ -389,7 +407,7 @@
389407

390408
Source code design **improvements that do not affect product behavior**.
391409

392-
```
410+
```shell
393411
refactor(<scope>): <subject>
394412
<BLANK LINE>
395413
<[body]>
@@ -403,7 +421,7 @@
403421

404422
In the body it should say: `This reverts commit <hash>.`, where the hash is the SHA of the commit being reverted.
405423

406-
```
424+
```shell
407425
revert: <hash>
408426
<BLANK LINE>
409427
This reverts commit <hash>.
@@ -415,7 +433,7 @@
415433

416434
Issues related to style guideline compliance, especially `ESLint` errors and warnings.
417435

418-
```
436+
```shell
419437
style(<scope>): <subject>
420438
<BLANK LINE>
421439
<[body]>
@@ -427,14 +445,19 @@
427445

428446
Test coverage tasks.
429447

430-
```
448+
```shell
431449
test(<scope>): <subject>
432450
<BLANK LINE>
433451
<[body]>
434452
<BLANK LINE>
435453
<footer>
436454
```
437455

456+
</p>
457+
</details>
458+
459+
***
460+
438461
- #### 2.2.5. Sync with remote to get changes you’ve missed.
439462

440463
```sh
@@ -600,7 +623,7 @@
600623
| [[email protected]](https://lodash.com/) | The lodash method `_.camelCase` exported as a module. | 4.3.0 | MIT | production |
601624
| [[email protected]](https://lodash.com/) | The lodash method `_.mapKeys` exported as a module. | 4.6.0 | MIT | production |
602625
| [[email protected]](https://lodash.com/) | The lodash method `_.noop` exported as a module. | 3.0.1 | MIT | production |
603-
| [meow@4.0.0](https://github.com/sindresorhus/meow#readme) | CLI app helper | 4.0.0 | MIT | production |
626+
| [meow@5.0.0](https://github.com/sindresorhus/meow#readme) | CLI app helper | 4.0.0 | MIT | production |
604627
<!-- AUTO-GENERATED-CONTENT:END -->
605628
606629
### 7.2. Development
@@ -631,7 +654,7 @@
631654
| [eslint-plugin-prettier@^2.2.0](https://github.com/prettier/eslint-plugin-prettier#readme) | Runs prettier as an eslint rule | 2.6.0 | MIT | dev |
632655
| [[email protected]](https://github.com/xjamundx/eslint-plugin-promise#readme) | Enforce best practices for JavaScript promises | 3.7.0 | ISC | dev |
633656
| [[email protected]](https://github.com/nodesecurity/eslint-plugin-security#readme) | Security rules for eslint | 1.4.0 | Apache-2.0 | dev |
634-
| [eslint-plugin-standard@3.0.1](https://github.com/xjamundx/eslint-plugin-standard#readme) | ESlint Plugin for the Standard Linter | 3.0.1 | MIT | dev |
657+
| [eslint-plugin-standard@3.1.0](https://github.com/xjamundx/eslint-plugin-standard#readme) | ESlint Plugin for the Standard Linter | 3.0.1 | MIT | dev |
635658
| [[email protected]](https://github.com/sindresorhus/eslint-plugin-unicorn#readme) | Various awesome ESLint rules | 4.0.3 | MIT | dev |
636659
| [[email protected]](https://github.com/Rantanen/eslint-plugin-xss#readme) | Validates XSS related issues of mixing HTML and non-HTML content in variables. | 0.1.9 | ISC | dev |
637660
| [[email protected]](https://github.com/henrikjoreteg/fixpack) | cli tool that cleans up package.json files. | 2.3.1 | MIT | dev |
@@ -640,7 +663,7 @@
640663
| [[email protected]](https://github.com/jest-community/jest-runner-eslint) | An experimental ESLint runner for Jest | 0.4.0 | MIT | dev |
641664
| [[email protected]](https://github.com/jsdoc3/jsdoc#readme) | An API documentation generator for JavaScript. | 3.5.5 | Apache-2.0 | dev |
642665
| [lec@^1.0.1](https://github.com/iShafayet/lec) | Command Line Wrapper for Line Ending Corrector (An utility that makes sure your files have consistent line endings) | 1.0.1 | MIT | dev |
643-
| [[email protected].4](https://github.com/okonet/lint-staged#readme) | Lint files staged by git | 7.0.4 | MIT | dev |
666+
| [[email protected].5](https://github.com/okonet/lint-staged#readme) | Lint files staged by git | 7.0.4 | MIT | dev |
644667
| [[email protected]](https://lodash.com/) | The modern build of lodash’s `_.isUndefined` as a module. | 3.0.1 | MIT | dev |
645668
| [[email protected]](https://lodash.com/) | The lodash method `_.set` exported as a module. | 4.3.2 | MIT | dev |
646669
| [[email protected]](https://github.com/DavidWells/markdown-magic#readme) | Automatically update markdown files with content from external sources | 0.1.21 | MIT | dev |
@@ -1015,10 +1038,10 @@ Make sure you use resources that you have the rights to use. If you use librarie
10151038
[icon-issue-image]: ./assets/img/icons8/icon-issues.png
10161039
[icon-pr-image]: ./assets/img/icons8/icon-pr.png
10171040
[icon-rest-api-image]: ./assets/img/icons8/icon-rest-api.png
1018-
[issues-new-defect-image]: https://img.shields.io/badge/report-defect-F5CB5C.svg?style=for-the-badge&label=report+a
1041+
[issues-new-defect-image]: https://img.shields.io/badge/report-defect-e99695.svg?style=for-the-badge&label=report+a
10191042
[issues-new-defect-url]: /commonality/readme-inspector.git/issues/new?title=defect%28scope%29%3A+summary-of-change&labels=priority%3A+medium%2Cstatus%3A+review+needed%2Ctype%3A+defect&body=%2A%2A%F0%9F%92%A1+TIP%3A%2A%2A+Select+the+%E2%86%96%EF%B8%8E%E2%8E%BE+Preview+%E2%8F%8B+Tab+above+help+read+these+instructions.%0D%0A%0D%0A%23%23+1.+Issue+type%0D%0A%3E%E2%8C%A6+Type+the+letter+%22x%22+in+the+%22checkbox%22+the+best+describe+this+issue.%0D%0A%0D%0A-+%5Bx%5D+**Feature%3A**+I%27m+requesting+a+product+enhancement.%0D%0A%0D%0A%23%23+2.+User+story+summary%0D%0A%3E%E2%8C%A6+Describe+what+you+want+to+accomplish%2C+in+what+role%2Fcapacity%2C+and+why+it%27s+important+to+you.%0D%0A%0D%0A%3E+**EXAMPLE%3A**%0D%0A%3E+As+a+Applicant%2C%0D%0A%3E+I+want+to+submit+my+resume%0D%0A%3E+In+order+to+be+considered+for+a+job+opening.%0D%0A%0D%0AAs+a+%7Brole%7D%2C%0D%0AI+must%2Fneed%2Fwant%2Fshould+%7Bdo+something%7D%0D%0AIn+order+to+%7Bachieve+value%7D.%0D%0A%0D%0A%23%23+3.+Acceptance+criteria%0D%0A%3E%E2%8C%A6+Replace+the+examples+below+with+your+own+imperative%2C+%22true%2Ffalse%22+statements+for+the+**behavior+you+expect**+to+see%2C+or+the+behavior+that+**would**+be+true+if+there+were+no+errors+%28for+defects%29.%0D%0A%0D%0A-+%5B+%5D+1.+Job+Applicants+receive+a+confirmation+email+after+they+submit+their+resumes.%0D%0A-+%5B+%5D+2.+An+Applicant%27s+resume+information+isn%27t+lost+when+errors+occur.%0D%0A-+%5B+%5D+3.+%7Bcriterion-three%7D%0D%0A-+%5B+%5D+4.+%7Bcriterion-four%7D%0D%0A%0D%0A%3C%21--+%E2%9B%94%EF%B8%8F++Do+not+remove+anything+below+this+comment.+%E2%9B%94%EF%B8%8F++--%3E%0D%0A%5Bicon-info-image%5D%3A+..%2Fdocs%2Fimg%2Ficons8%2Ficon-info-50.png%0D%0A
10201043
[issues-new-defect-url]: https://github.com/commonality/readme-inspector/issues/new?title=defect%28scope%29%3A+summary-of-problem&labels=priority%3A+medium%2Cstatus%3A+review+needed%2Ctype%3A+defect&body=%2A%2A%F0%9F%92%A1+TIP%3A%2A%2A+Select+the+%E2%86%96%EF%B8%8E%E2%8E%BE+Preview+%E2%8F%8B+Tab+above+help+read+these+instructions.%0D%0A%0D%0A%23%23+1.+Issue+type%0D%0A%3E%E2%8C%A6+Type+the+letter+%22x%22+in+the+%22checkbox%22+the+best+describe+this+issue.%0D%0A%0D%0A-+%5Bx%5D+**Feature%3A**+I%27m+requesting+a+product+enhancement.%0D%0A%0D%0A%23%23+2.+User+story+summary%0D%0A%3E%E2%8C%A6+Describe+what+you+want+to+accomplish%2C+in+what+role%2Fcapacity%2C+and+why+it%27s+important+to+you.%0D%0A%0D%0A%3E+**EXAMPLE%3A**%0D%0A%3E+As+a+Applicant%2C%0D%0A%3E+I+want+to+submit+my+resume%0D%0A%3E+In+order+to+be+considered+for+a+job+opening.%0D%0A%0D%0AAs+a+%7Brole%7D%2C%0D%0AI+must%2Fneed%2Fwant%2Fshould+%7Bdo+something%7D%0D%0AIn+order+to+%7Bachieve+value%7D.%0D%0A%0D%0A%23%23+3.+Acceptance+criteria%0D%0A%3E%E2%8C%A6+Replace+the+examples+below+with+your+own+imperative%2C+%22true%2Ffalse%22+statements+for+the+**behavior+you+expect**+to+see%2C+or+the+behavior+that+**would**+be+true+if+there+were+no+errors+%28for+defects%29.%0D%0A%0D%0A-+%5B+%5D+1.+Job+Applicants+receive+a+confirmation+email+after+they+submit+their+resumes.%0D%0A-+%5B+%5D+2.+An+Applicant%27s+resume+information+isn%27t+lost+when+errors+occur.%0D%0A-+%5B+%5D+3.+%7Bcriterion-three%7D%0D%0A-+%5B+%5D+4.+%7Bcriterion-four%7D%0D%0A%0D%0A%3C%21--+%E2%9B%94%EF%B8%8F++Do+not+remove+anything+below+this+comment.+%E2%9B%94%EF%B8%8F++--%3E%0D%0A%5Bicon-info-image%5D%3A+..%2Fdocs%2Fimg%2Ficons8%2Ficon-info-50.png%0D%0A
1021-
[issues-new-feat-image]: https://img.shields.io/badge/request-feature-c1ccc6.svg?style=for-the-badge&label=request+a
1044+
[issues-new-feat-image]: https://img.shields.io/badge/request-feature-0052cc.svg?style=for-the-badge&label=request+a
10221045
[issues-new-feat-url]: /commonality/readme-inspector.git/issues/new?title=feat%28scope%29%3A+summary-of-change&labels=priority%3A+medium%2Cstatus%3A+review+needed%2Ctype%3A+feature&body=%2A%2A%F0%9F%92%A1+TIP%3A%2A%2A+Select+the+%E2%86%96%EF%B8%8E%E2%8E%BE+Preview+%E2%8F%8B+Tab+above+help+read+these+instructions.%0D%0A%0D%0A%23%23+1.+Issue+type%0D%0A%3E%E2%8C%A6+Type+the+letter+%22x%22+in+the+%22checkbox%22+the+best+describe+this+issue.%0D%0A%0D%0A-+%5Bx%5D+**Feature%3A**+I%27m+requesting+a+product+enhancement.%0D%0A%0D%0A%23%23+2.+User+story+summary%0D%0A%3E%E2%8C%A6+Describe+what+you+want+to+accomplish%2C+in+what+role%2Fcapacity%2C+and+why+it%27s+important+to+you.%0D%0A%0D%0A%3E+**EXAMPLE%3A**%0D%0A%3E+As+a+Applicant%2C%0D%0A%3E+I+want+to+submit+my+resume%0D%0A%3E+In+order+to+be+considered+for+a+job+opening.%0D%0A%0D%0AAs+a+%7Brole%7D%2C%0D%0AI+must%2Fneed%2Fwant%2Fshould+%7Bdo+something%7D%0D%0AIn+order+to+%7Bachieve+value%7D.%0D%0A%0D%0A%23%23+3.+Acceptance+criteria%0D%0A%3E%E2%8C%A6+Replace+the+examples+below+with+your+own+imperative%2C+%22true%2Ffalse%22+statements+for+the+**behavior+you+expect**+to+see%2C+or+the+behavior+that+**would**+be+true+if+there+were+no+errors+%28for+defects%29.%0D%0A%0D%0A-+%5B+%5D+1.+Job+Applicants+receive+a+confirmation+email+after+they+submit+their+resumes.%0D%0A-+%5B+%5D+2.+An+Applicant%27s+resume+information+isn%27t+lost+when+errors+occur.%0D%0A-+%5B+%5D+3.+%7Bcriterion-three%7D%0D%0A-+%5B+%5D+4.+%7Bcriterion-four%7D%0D%0A%0D%0A%3C%21--+%E2%9B%94%EF%B8%8F++Do+not+remove+anything+below+this+comment.+%E2%9B%94%EF%B8%8F++--%3E%0D%0A%5Bicon-info-image%5D%3A+..%2Fdocs%2Fimg%2Ficons8%2Ficon-info-50.png%0D%0A
10231046
[issues-new-feat-url]: https://github.com/commonality/readme-inspector/issues/new?title=feat%28scope%29%3A+summary-of-change&labels=priority%3A+medium%2Cstatus%3A+review+needed%2Ctype%3A+feature&body=%2A%2A%F0%9F%92%A1+TIP%3A%2A%2A+Select+the+%E2%86%96%EF%B8%8E%E2%8E%BE+Preview+%E2%8F%8B+Tab+above+help+read+these+instructions.%0D%0A%0D%0A%23%23+1.+Issue+type%0D%0A%3E%E2%8C%A6+Type+the+letter+%22x%22+in+the+%22checkbox%22+the+best+describe+this+issue.%0D%0A%0D%0A-+%5Bx%5D+**Feature%3A**+I%27m+requesting+a+product+enhancement.%0D%0A%0D%0A%23%23+2.+User+story+summary%0D%0A%3E%E2%8C%A6+Describe+what+you+want+to+accomplish%2C+in+what+role%2Fcapacity%2C+and+why+it%27s+important+to+you.%0D%0A%0D%0A%3E+**EXAMPLE%3A**%0D%0A%3E+As+a+Applicant%2C%0D%0A%3E+I+want+to+submit+my+resume%0D%0A%3E+In+order+to+be+considered+for+a+job+opening.%0D%0A%0D%0AAs+a+%7Brole%7D%2C%0D%0AI+must%2Fneed%2Fwant%2Fshould+%7Bdo+something%7D%0D%0AIn+order+to+%7Bachieve+value%7D.%0D%0A%0D%0A%23%23+3.+Acceptance+criteria%0D%0A%3E%E2%8C%A6+Replace+the+examples+below+with+your+own+imperative%2C+%22true%2Ffalse%22+statements+for+the+**behavior+you+expect**+to+see%2C+or+the+behavior+that+**would**+be+true+if+there+were+no+errors+%28for+defects%29.%0D%0A%0D%0A-+%5B+%5D+1.+Job+Applicants+receive+a+confirmation+email+after+they+submit+their+resumes.%0D%0A-+%5B+%5D+2.+An+Applicant%27s+resume+information+isn%27t+lost+when+errors+occur.%0D%0A-+%5B+%5D+3.+%7Bcriterion-three%7D%0D%0A-+%5B+%5D+4.+%7Bcriterion-four%7D%0D%0A%0D%0A%3C%21--+%E2%9B%94%EF%B8%8F++Do+not+remove+anything+below+this+comment.+%E2%9B%94%EF%B8%8F++--%3E%0D%0A%5Bicon-info-image%5D%3A+..%2Fdocs%2Fimg%2Ficons8%2Ficon-info-50.png%0D%0A
10241047
[issues-url]: /commonality/readme-inspector/issues

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.0.2"></a>
6+
7+
## [2.0.2](https://github.com/commonality/readme-inspector/compare/v2.0.3...v2.0.2) (2018-04-26)
8+
9+
### Bug Fixes
10+
11+
* **lint-staged:** update to version 7.0.5 ([5c257cd](https://github.com/commonality/readme-inspector/commit/5c257cd))
12+
513
<a name="2.0.1"></a>
614

715
## [2.0.1](https://github.com/commonality/readme-inspector/compare/v2.0.0...v2.0.1) (2018-04-24)

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ GITHUB_ACCESS_TOKEN=$(echo $GH_TOKEN)
197197

198198
## 2. Usage
199199

200+
> [![beaker][octicon-beaker] Test `readme-inspector` in your Web browser ![link-external][octicon-link-external]][runkit-readme-inspector-url].
201+
200202
<!-- AUTO-GENERATED-CONTENT:START (CODE:src=./.github/assets/examples/usage.js) -->
201203
<!-- The below code snippet is automatically added from ./.github/assets/examples/usage.js -->
202204
```js
@@ -336,6 +338,14 @@ A convenience method that
336338
/repos/:owner/:repo/readme
337339
```
338340
341+
If a README is found, then the `readme-score-api` is invoked:
342+
343+
![GET][rest-get-img]
344+
345+
```http
346+
/score.json?url=:owner/:repo
347+
```
348+
339349
#### 3.2.1. Parameters
340350

341351
<table>
@@ -701,11 +711,11 @@ Before embarking on a significant change, please follow these guidelines:
701711
<!-- 🔗 contributing link references 🔗 -->
702712
703713
[code-of-conduct-url]: https://github.com/commonality/readme-inspector/blob/master/.github/CODE_OF_CONDUCT.md
704-
[contributing-image]: https://img.shields.io/badge/read-CONTRIBUTING%20Guidelines-yellow.svg?style=for-the-badge&label=read+the
714+
[contributing-image]: https://img.shields.io/badge/read-CONTRIBUTING%20Guidelines-5F758E.svg?style=for-the-badge&label=read+the
705715
[contributing-url]: https://github.com/commonality/readme-inspector/blob/master/.github/CONTRIBUTING.md
706-
[issues-new-defect-image]: https://img.shields.io/badge/report-defect-F5CB5C.svg?style=for-the-badge&label=report+a
716+
[issues-new-defect-image]: https://img.shields.io/badge/report-defect-e99695.svg?style=for-the-badge&label=report+a
707717
[issues-new-defect-url]: https://github.com/commonality/readme-inspector/issues/new?title=defect%28scope%29%3A+defect-summary&labels=priority%3a+medium%2cstatus%3a+review+needed%2ctype%3a+defect&template=defect-report.md
708-
[issues-new-feat-image]: https://img.shields.io/badge/request-feature-c1ccc6.svg?style=for-the-badge&label=request+a
718+
[issues-new-feat-image]: https://img.shields.io/badge/request-feature-0052cc.svg?style=for-the-badge&label=request+a
709719
[issues-new-feat-url]: https://github.com/commonality/readme-inspector/issues/new?title=feat%28scope%29%3A+change-proposal-summary&labels=priority%3a+medium%2cstatus%3a+review+needed%2ctype%3a+feature&template=feature-request.md
710720
[issues-url]: https://github.com/commonality/readme-inspector/issues
711721
[makeapullrequest-image]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square

docs/api/readme-inspector/1.0.2/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,9 @@ <h2>4. Version</h2><p><a href="https://npmjs.org/package/readme-inspector"><img
531531
<p>View the <a href="CHANGELOG.md">Change Log</a> and <a href="https://github.com/commonality/readme-inspector/releases">Releases</a> for details.</p>
532532
<h2>5. Contributing</h2><p><a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome"> <img src="https://cdnjs.cloudflare.com/ajax/libs/octicons/4.4.0/svg/link-external.svg" alt="External link"></a> We welcome contributions with GitHub <strong>issues</strong> and <strong>pull requests</strong>.</p>
533533
<hr>
534-
<p><a href="https://github.com/commonality/readme-inspector/issues/new?title=feat%28scope%29%3A+change-proposal-summary&amp;labels=priority%3a+medium%2cstatus%3a+review+needed%2ctype%3a+feature&amp;template=feature-request.md"><img src="https://img.shields.io/badge/request-feature-c1ccc6.svg?style=for-the-badge&amp;label=request+a" alt="Request a feature"></a>
535-
<a href="https://github.com/commonality/readme-inspector/issues/new?title=defect%28scope%29%3A+defect-summary&amp;labels=priority%3a+medium%2cstatus%3a+review+needed%2ctype%3a+defect&amp;template=defect-report.md"><img src="https://img.shields.io/badge/report-defect-F5CB5C.svg?style=for-the-badge&amp;label=report+a" alt="Report a defect"></a></p>
536-
<p><a href="https://github.com/commonality/readme-inspector/blob/master/.github/CONTRIBUTING.md"><img src="https://img.shields.io/badge/read-CONTRIBUTING%20Guidelines-yellow.svg?style=for-the-badge&amp;label=read+the" alt="Read the CONTRIBUTING guidelines"></a></p>
534+
<p><a href="https://github.com/commonality/readme-inspector/issues/new?title=feat%28scope%29%3A+change-proposal-summary&amp;labels=priority%3a+medium%2cstatus%3a+review+needed%2ctype%3a+feature&amp;template=feature-request.md"><img src="https://img.shields.io/badge/request-feature-0052cc.svg?style=for-the-badge&amp;label=request+a" alt="Request a feature"></a>
535+
<a href="https://github.com/commonality/readme-inspector/issues/new?title=defect%28scope%29%3A+defect-summary&amp;labels=priority%3a+medium%2cstatus%3a+review+needed%2ctype%3a+defect&amp;template=defect-report.md"><img src="https://img.shields.io/badge/report-defect-e99695.svg?style=for-the-badge&amp;label=report+a" alt="Report a defect"></a></p>
536+
<p><a href="https://github.com/commonality/readme-inspector/blob/master/.github/CONTRIBUTING.md"><img src="https://img.shields.io/badge/read-CONTRIBUTING%20Guidelines-c1ccc6.svg?style=for-the-badge&amp;label=read+the" alt="Read the CONTRIBUTING guidelines"></a></p>
537537
<hr>
538538
<p>Before embarking on a significant change, please follow these guidelines:</p>
539539
<ol>

0 commit comments

Comments
 (0)