Skip to content

Commit

Permalink
Closes #106 - Added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Weng committed Oct 25, 2018
1 parent 74b2ed7 commit c22845a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,18 @@
---
name: Bug Report
about: Report a bug while building, patching or running ONNC

---

**Expected Result**:

**Actual Result**:

**Steps to reproduce**:

**Environment**:

- ONNC version:
- OS (e.g. from `python -c "import platform as p; print(p.platform());print(p.processor())"`):
- Others:

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
@@ -0,0 +1,12 @@
---
name: Enhancement Request
about: Suggest an enhancement to the ONNC project

---

**What to add**:

**Why it is necessary**:

**How to achieve it**:

1 change: 1 addition & 0 deletions .github/OWNERS
@@ -0,0 +1 @@

0 comments on commit c22845a

Please sign in to comment.