mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-02 10:32:41 +02:00
Merge branch 'develop' into add-table-is-dark
This commit is contained in:
@@ -94,6 +94,17 @@ jobs:
|
|||||||
paths:
|
paths:
|
||||||
- css
|
- css
|
||||||
|
|
||||||
|
commitlint:
|
||||||
|
<<: *defaults
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- attach_workspace:
|
||||||
|
at: .
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: Lint commit messages
|
||||||
|
command: npx semantic-commitlint -- --ci
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
@@ -105,10 +116,6 @@ jobs:
|
|||||||
name: Lint styles
|
name: Lint styles
|
||||||
command: npx stylelint -- --fix
|
command: npx stylelint -- --fix
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Lint commit messages
|
|
||||||
command: npx semantic-commitlint -- --ci
|
|
||||||
|
|
||||||
# test:
|
# test:
|
||||||
# <<: *defaults
|
# <<: *defaults
|
||||||
|
|
||||||
@@ -172,22 +179,21 @@ workflows:
|
|||||||
# - coverage:
|
# - coverage:
|
||||||
# requires:
|
# requires:
|
||||||
# - install-dependencies
|
# - install-dependencies
|
||||||
|
- commitlint:
|
||||||
|
requires:
|
||||||
|
- install-dependencies
|
||||||
- lint:
|
- lint:
|
||||||
requires:
|
requires:
|
||||||
- install-dependencies
|
- install-dependencies
|
||||||
- build:
|
- build:
|
||||||
requires:
|
requires:
|
||||||
- install-dependencies
|
- install-dependencies
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
- develop
|
|
||||||
- release:
|
- release:
|
||||||
requires:
|
requires:
|
||||||
# - test
|
- commitlint
|
||||||
- build
|
- build
|
||||||
- lint
|
- lint
|
||||||
|
# - test
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: master
|
only: master
|
||||||
|
22
.github/ISSUE_TEMPLATE.md
vendored
22
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,4 +1,18 @@
|
|||||||
<!--
|
<!-- Please fill your information below the lines starting with `#`. -->
|
||||||
I'm not very good at English. So, I'm glad if you write in English as easy as possible.
|
<!-- You can delete these lines enclosed by `<` and `>` before posting, too. -->
|
||||||
日本語がわかる方はなるべく日本語でお願いします。
|
|
||||||
-->
|
# Description of the issue
|
||||||
|
<!-- What is the issue/problem you are facing? -->
|
||||||
|
|
||||||
|
# What was expected to be seen
|
||||||
|
<!-- What were you expecting to see? -->
|
||||||
|
|
||||||
|
# What actually was seen instead
|
||||||
|
<!-- What did you actually see? Try to be precise as possible! -->
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
Browser: <!-- Version of your browser. -->
|
||||||
|
Build environment (i.e. NodeJS): <!-- If you have issues building the SCSS into CSS, add your information here. Delete this otherwise. -->
|
||||||
|
|
||||||
|
# Suggestion(s) for fixing this issue
|
||||||
|
<!-- What are your thoughts? How could this possibly be resolved? -->
|
||||||
|
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,4 +1,11 @@
|
|||||||
<!--
|
<!-- Please fill your information below the lines starting with `#`. -->
|
||||||
I'm not very good at English. So, I'm glad if you write in English as easy as possible.
|
<!-- You can delete these lines enclosed by `<` and `>` before posting, too. -->
|
||||||
日本語がわかる方はなるべく日本語でお願いします。
|
|
||||||
-->
|
# Description
|
||||||
|
<!-- What does this PR do, what does it want to achieve? -->
|
||||||
|
|
||||||
|
# Compatibility
|
||||||
|
<!-- Elaborate on how this PR affects the compatibility. Is it breaking, or not? -->
|
||||||
|
|
||||||
|
# Caveats
|
||||||
|
<!-- Is there something specific you'd like to mention before merge? -->
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://bcrikko.github.io/NES.css/" target="_blank"><img src="https://user-images.githubusercontent.com/5305599/49061716-da649680-f254-11e8-9a89-d95a7407ec6a.png" alt="NES.css: NES-style CSS framework" style="max-width:100%;" width="600" height="315"></a>
|
<a href="https://nostalgic-css.github.io/NES.css/" target="_blank"><img src="https://user-images.githubusercontent.com/5305599/49061716-da649680-f254-11e8-9a89-d95a7407ec6a.png" alt="NES.css: NES-style CSS framework" style="max-width:100%;" width="600" height="315"></a>
|
||||||
|
|
||||||
<a href="README.md">English</a> / <a href="README-jp.md">日本語</a>
|
<a href="README.md">English</a> / <a href="README-jp.md">日本語</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -47,7 +47,7 @@ NES.cssはコンポーネントのスタイルのみを提供しています。
|
|||||||
html, body, pre, code, kbd, samp {
|
html, body, pre, code, kbd, samp {
|
||||||
font-family: "font-family you want to use";
|
font-family: "font-family you want to use";
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://bcrikko.github.io/NES.css/" target="_blank"><img src="https://user-images.githubusercontent.com/5305599/49061716-da649680-f254-11e8-9a89-d95a7407ec6a.png" alt="NES.css: NES-style CSS framework" style="max-width:100%;" width="600" height="315"></a>
|
<a href="https://nostalgic-css.github.io/NES.css/" target="_blank"><img src="https://user-images.githubusercontent.com/5305599/49061716-da649680-f254-11e8-9a89-d95a7407ec6a.png" alt="NES.css: NES-style CSS framework" style="max-width:100%;" width="600" height="315"></a>
|
||||||
|
|
||||||
<a href="README.md">English</a> / <a href="README-jp.md">日本語</a>
|
<a href="README.md">English</a> / <a href="README-jp.md">日本語</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -46,7 +46,7 @@ The default font is [Press Start 2P](https://fonts.google.com/specimen/Press+Sta
|
|||||||
html, body, pre, code, kbd, samp {
|
html, body, pre, code, kbd, samp {
|
||||||
font-family: "font-family you want to use";
|
font-family: "font-family you want to use";
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/BcRikko/NES.css.git"
|
"url": "https://github.com/nostalgic-css/NES.css.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
@@ -33,9 +33,9 @@
|
|||||||
"author": "BcRikko (https://github.com/Bcrikko)",
|
"author": "BcRikko (https://github.com/Bcrikko)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/BcRikko/NES.css/issues"
|
"url": "https://github.com/nostalgic-css/NES.css/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/BcRikko/NES.css#readme",
|
"homepage": "https://github.com/nostalgic-css/NES.css#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^7.2.1",
|
"@commitlint/cli": "^7.2.1",
|
||||||
"@commitlint/config-conventional": "^7.1.2",
|
"@commitlint/config-conventional": "^7.1.2",
|
||||||
|
Reference in New Issue
Block a user