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

Issue Template のバグ報告用のものを修正 #914

Merged
merged 2 commits into from
May 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
27 changes: 25 additions & 2 deletions .github/ISSUE_TEMPLATE/1_bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ about: 動作不具合の報告

---

## バグ内容
<!-- バグ内容を記述ください。 -->
## 問題内容
<!-- 問題内容を記述ください。 -->

## 再現手順
<!-- 該当バグの再現手順を記述ください。 -->
Expand All @@ -15,6 +15,29 @@ about: 動作不具合の報告
<!-- 該当バグの再現頻度を記述ください。 -->
<!-- わかっている範囲で記述ください。 -->

## 問題のカテゴリ
<!-- 記入例を参考に適切なものに括弧のなかに x を入力してください。 -->
<!-- よくわからなければそのままでかまいません。 -->
<!-- チケット登録後にブラウザでチェックをいれるのか簡単でいいかもしれません。-->
- [ ] 仕様の問題
- [ ] プログラムの動作上の問題
- [ ] 正式リリース版
- [ ] Azure Pipelines ビルド版
- [ ] Appveyor ビルド版
- [ ] ローカルビルド版
- [ ] ビルドサーバーの問題
- [ ] Azure Pipelines
- [ ] Appveyor ビルド版
- [ ] ドキュメントの問題
- [ ] その他の問題

<!-- 記入例 -->
<!-- OK 例: [x] -->
<!-- NG 例: [] -->
<!-- NG 例: [ x] -->
<!-- NG 例: [x ] -->


## 環境情報
- OS バージョン
<!-- 例: Windows 10 Home 64bit -->
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ skip_commits:
- .editorconfig
- 'azure-pipelines*.yml'
- 'ci/azure-pipelines/template*.yml'
- '.github/ISSUE_TEMPLATE/*.md'

install:
- cmd: |
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ trigger:
paths:
exclude:
- "*.md"
- .github/ISSUE_TEMPLATE/*.md
- .travis.yml
- appveyor.yml

Expand Down