Sakuten/backend

View on GitHub
.github/ISSUE_TEMPLATE/bug_report.md

Summary

Maintainability
Test Coverage
---
name: Bug report
about: Create a report to help us improve

---

<!-- あくまでテンプレートなので必ずしもすべての項目を埋めなくてよい -->

Step 1: 環境
============

<!-- ./scripts/report.sh で生成できます -->
  * OSのバージョン: _____
  * devenvのハッシュ: _____
  * frontendのハッシュ: _____
  * backendのハッシュ: _____
  
Step 2: 問題
============

再現のための手順:
-----------------

  1. _____
  2. _____
  3. _____
  
どうなってしまうか:
-------------------

  * 予想に反して何が起きますか?ログやスクリーンショットがあるとさらにわかりやすいかもです。
  
どうなるべきだったのか:
-----------------------

  * どうなるべきだったのか?
  
関連するコード:
---------------

  ```
  // TODO(you): code here to reproduce the problem
  ```