-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #208 from spiltcoffee/beta
postdfm v6.0.0
- Loading branch information
Showing
123 changed files
with
6,651 additions
and
3,908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
module.exports = require("./eslint.config")(); | ||
module.exports = require("./eslint.config")(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[Bug] " | ||
labels: "bug" | ||
assignees: "" | ||
--- | ||
|
||
### What versions am I using of... | ||
|
||
- `nodejs`: x.x.x | ||
- `npm`/`yarn`: x.x.x | ||
- `postdfm`: x.x.x | ||
|
||
### What did I do? | ||
|
||
### What was I expecting? | ||
|
||
### What happened instead? | ||
|
||
### What do I think is the problem? | ||
|
||
### Am I willing to make a pull request with failing tests to help speed up the fix? | ||
|
||
### Am I willing to make a pull request with the fix as well? | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[Bug] " | ||
labels: "bug" | ||
assignees: "" | ||
--- | ||
|
||
### What versions am I using of... | ||
|
||
- `nodejs`: x.x.x | ||
- `npm`/`yarn`: x.x.x | ||
- `postdfm`: x.x.x | ||
|
||
### What did I do? | ||
|
||
### What was I expecting? | ||
|
||
### What happened instead? | ||
|
||
### What do I think is the problem? | ||
|
||
### Am I willing to make a pull request with failing tests to help speed up the fix? | ||
|
||
### Am I willing to make a pull request with the fix as well? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feature] " | ||
labels: "feature" | ||
assignees: "" | ||
--- | ||
|
||
### What doesn't `postdfm` do that I would like it to? | ||
|
||
### Am I willing to make a pull request with an implementation of the feature? | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feature] " | ||
labels: "feature" | ||
assignees: "" | ||
--- | ||
|
||
### What doesn't `postdfm` do that I would like it to? | ||
|
||
### Am I willing to make a pull request with an implementation of the feature? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname $0)/_/husky.sh" | ||
|
||
yarn run commitlint --edit $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
. "$(dirname $0)/_/husky.sh" | ||
|
||
yarn run lint-staged | ||
yarn test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.