forked from jonacruz89/SAWARATSUKI.ServiceLogos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into star-history
- Loading branch information
Showing
31 changed files
with
1,096 additions
and
766 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: HTTP Code Request | ||
description: Request a http logo that's not here. | ||
title: "[Request] " | ||
labels: ["request", "enhancement", "http-code"] | ||
assignees: | ||
- SAWARATSUKI | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please post it in the issues. We'll create it once confirmed. | ||
Depending on individual schedules, we may not be able to respond immediately. It may take several days. | ||
For reference on HTTP status codes, please consult the IANA registry [here](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml) | ||
- type: checkboxes | ||
id: duplicate-check | ||
attributes: | ||
label: Check for duplicates | ||
description: Check that the Issue has not been duplicated. | ||
options: | ||
- label: Checked | ||
required: true | ||
|
||
- type: input | ||
id: status-code | ||
attributes: | ||
label: HTTP Status Code | ||
description: Enter the specific HTTP status code. | ||
placeholder: ex. 404 Not Found | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: status-code-ja | ||
attributes: | ||
label: HTTP Status Code in Japanese | ||
description: How to read the http code you wish to add in Japanese. | ||
placeholder: 例) 404 見つかりません | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: comment | ||
attributes: | ||
label: Comment | ||
description: Add any additional information here. (Optional) | ||
validations: | ||
required: false |
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,47 @@ | ||
name: 请求logo | ||
description: 请求一个没有被添加过的logo | ||
title: "[Request] " | ||
labels: ["request", "enhancement"] | ||
assignees: | ||
- SAWARATSUKI | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
请提交issues。当请求被确认了之后就会开始设计制作logo。 | ||
由于个人时间安排等因素,制作logo可能需要几天时间。 | ||
- type: checkboxes | ||
id: duplicate-check | ||
attributes: | ||
label: 检查重复 | ||
description: 确认此请求没有与其他的issues重合。 | ||
options: | ||
- label: Checked | ||
required: true | ||
|
||
- type: input | ||
id: service-name | ||
attributes: | ||
label: 服务名称 | ||
description: Logo的服务名称。 | ||
placeholder: 例如:GitHub | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: service-name-ja | ||
attributes: | ||
label: 服务名称的日语读法 | ||
description: 如何用日语阅读您想要添加的服务的名称。 | ||
placeholder: 例如:ギットハブ | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: comment | ||
attributes: | ||
label: 评论/补充 | ||
description: 请在这里添加相对应的图片。 | ||
validations: | ||
required: false |
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,30 @@ | ||
name: Auto Release | ||
|
||
permissions: | ||
contents: write | ||
|
||
on: | ||
push: | ||
paths: | ||
- "**.png" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 2 | ||
submodules: true | ||
- name: Generate Changelog | ||
run: |- | ||
echo "SHORT_SHA=$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV | ||
python3 docs/scripts/generate-changelog.py | ||
- if: ${{ hashFiles('changelog.md') != '' }} | ||
uses: softprops/action-gh-release@v2 | ||
with: | ||
target_commitish: ${{ github.sha }} | ||
name: Release ${{ env.SHORT_SHA }} | ||
tag_name: ${{ env.SHORT_SHA }} | ||
body_path: changelog.md |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.