Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkout@v3 をcheckout@master に変更など #2332

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@master
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


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