Skip to content

Commit

Permalink
#165-Modify GitHub templates
Browse files Browse the repository at this point in the history
Bug report template and Feature Request template are now far more related to Typee Project!
  • Loading branch information
schmouk committed Feb 6, 2019
1 parent 2b40bfd commit 0655583
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
36 changes: 17 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
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.
[_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
[_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._]
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
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 [...]
[_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 0655583

Please sign in to comment.