Skip to content

Commit

Permalink
Merge pull request #914 from m-tmatma/feature/issue-template-bug
Browse files Browse the repository at this point in the history
Issue Template のバグ報告用のものを修正
  • Loading branch information
m-tmatma authored May 18, 2019
2 parents 1fb09e9 + 6b5efb5 commit cbdb4c6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
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

0 comments on commit cbdb4c6

Please sign in to comment.