Skip to content

Commit

Permalink
#165-Modify GitHub templates
Browse files Browse the repository at this point in the history
Corrected formatting items.
  • Loading branch information
schmouk committed Feb 6, 2019
1 parent 0655583 commit b7d25c5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,45 @@
---
name: __Bug report__
name: Bug report
about: Create a report to help us improve Typee environment

---

**Describe the bug**

[_A clear and concise description of what the bug is._]
[_May deal with translator internal error,
erroneous translated syntax or unexpected behavior
when running translated code._]


**To Reproduce**

Steps to reproduce the behavior:

[_1. Directory Tree: Xxx/Yyy/Zzz/
2. Translated Typee module: mmm.ty
3. Command line as typed for translation: typee -opt1 -opt2 ...
4., 5., 6., ..., any other valuable information to reproduce the error_]


**Expected behavior**

[_A clear and concise description of what you expected to happen._]


**Screenshots**

[_If applicable, add screenshots to help explain your problem._]


**Desktop (please complete the following information):**

- OS: [_e.g. iOS, MacOS X, Win32, Win64, Linux/Ubuntu, Linux/Fedora, ..._]
- Version [_e.g. 8_]
- Translator: [_e.g. C++17, C#, Java 8.1, Java for Android 9, Python 3.8, ..._]


**Additional context**

[_Add any other context about the problem here._]
[_For instance, you may copy here Typee code and finally erroneous translated code._]
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
---
name: __Feature request__
name: Feature request
about: Suggest an idea to enhance Typee project

---

**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._]

0 comments on commit b7d25c5

Please sign in to comment.