Skip to content

Commit

Permalink
Merge pull request #2332 from ousttrue/fix/github_action
Browse files Browse the repository at this point in the history
checkout@v3 をcheckout@v4 に変更など
  • Loading branch information
ousttrue authored Jun 25, 2024
2 parents 413f68d + 4f3eb83 commit 4fe41f4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 28 deletions.
23 changes: 11 additions & 12 deletions .github/ISSUE_TEMPLATE/------bug-report-ja--.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
---
name: バグ報告 (Bug report(ja))
about: 改善のためのレポートを作成します
title: ''
labels: 'bug'
assignees: ''

title: ""
labels: "bug"
assignees: ""
---

## 環境情報

- UniVRM version: `0.81.0`
- Unity version: `Unity-2019.4`
- OS: `Windows 10`
- UniVRM version: `0.123.0`
- Unity version: `Unity-2021.3`
- OS: `Windows 11`

## バグについて

* バグの内容
* ConsoleLog
* スクリーンショット
* 再現方法
* エラーの発生するファイル(ここに貼り付けても差し支えの無いもの)
- バグの内容
- ConsoleLog
- スクリーンショット
- 再現方法
- エラーの発生するファイル(ここに貼り付けても差し支えの無いもの)
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/-----feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: 機能追加 Feature request
about: 機能追加要望 Suggest an idea for this project
title: ''
assignees: ''

title: ""
assignees: ""
---
23 changes: 11 additions & 12 deletions .github/ISSUE_TEMPLATE/bug-report-------en--.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

title: ""
labels: "bug"
assignees: ""
---

## Environments (please complete the following information):

- UniVRM version: `0.81.0`
- Unity version: `Unity-2019.4`
- OS: `Windows 10`
- UniVRM version: `0.123.0`
- Unity version: `Unity-2021.3`
- OS: `Windows 11`

## Describe the bug

* A clear and concise description of what the bug is.
* ConsoleLog
* ScreenShot
* Reproduction procedure
* File that causes an error (those that can be pasted here)
- A clear and concise description of what the bug is.
- ConsoleLog
- ScreenShot
- Reproduction procedure
- File that causes an error (those that can be pasted here)
2 changes: 1 addition & 1 deletion .github/workflows/close-expired-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
cycle-weekly-close:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Close expired "stale" issues
uses: piroor/close-expired-issues-based-on-label@master
Expand Down

0 comments on commit 4fe41f4

Please sign in to comment.