Skip to content

Commit

Permalink
Merge pull request #166 from Typee-Language/#165-Modify-GitHub-templates
Browse files Browse the repository at this point in the history
#165 modify GitHub templates
  • Loading branch information
schmouk committed Feb 6, 2019
2 parents 2b40bfd + b4b9e2c commit 6c97e06
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 22 deletions.
47 changes: 30 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,48 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report to help us improve Typee environment

---

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

[_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. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

[_Ex._
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.

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


**Screenshots**
If applicable, add screenshots to help explain your problem.

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


**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- 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.

[_Add any other context about the problem here._]
[_For instance, you may copy here Typee code and finally erroneous translated code._]
17 changes: 12 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
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 [...]

[_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.

[_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.

[_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.

[_Add any other context or screenshots about the feature request here._]

0 comments on commit 6c97e06

Please sign in to comment.