Skip to content

Commit

Permalink
Merge pull request #9 from Shaw02/develop
Browse files Browse the repository at this point in the history
to release v1.29
  • Loading branch information
Shaw02 authored Jun 16, 2020
2 parents 9576b34 + cc4905e commit 1db2829
Show file tree
Hide file tree
Showing 128 changed files with 3,458 additions and 5,519 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: Shaw02

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Condition or step to reproduce the failure symptom.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Materials**
If applicable, add MML file or program source file to help explain your problem.

**Versions (please complete the following information):**
- OS: [e.g. Windows 10]
- NSD.Lib [e.g. version 1.28 (or commit number of git)]
- cc65: [e.g. V2.17 - Git be30c0b]
- C++: [e.g. Visual C++.net 2019]

**Additional context**
Add any other context about the problem here.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_jp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: 不具合報告
about: 改善に役立つ報告の作成
title: ''
labels: bug
assignees: Shaw02

---

**不具合の概要**
どのような不具合であるか、明確且つ簡潔な説明を記載してください。

**不具合の再現方法**
不具合症状が再現する条件または手順を記載してください。

**期待される動作**
期待している動作について、明確且つ簡潔な説明を記載してください。

**資料**
必要に応じて、問題の解決に役立つMML、またはプログラムのソースコードを追加してください。
- 曲・効果音における不具合の場合は、不具合が再現するMMLを添付してください。
- 組み込みにおける不具合の場合は、不具合が再現するプログラムソースコードを添付してください。

**不具合発生環境 (以下情報を記載してください):**
- OS: [例: Windows 10]
- NSD.Lib [例: version 1.28 (もしくはgitのcommit番号)]

また組み込みにおける不具合の場合は、以下も追記願います。
- cc65: [例: V2.17 - Git be30c0b]
- C++: [例: Visual C++.net 2019]

**追加の背景・状況**
問題に関するその他の背景・状況を記載してください。

**備考**
商用のプロジェクトなど一般公開できない場合は、上記内容を記載した上で私まで連絡ください。
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: Shaw02

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
Loading

0 comments on commit 1db2829

Please sign in to comment.