Skip to content

Commit

Permalink
Add github templates (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecurbelo committed Sep 24, 2019
1 parent cf11a93 commit d955f4d
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!-- Please use this template while reporting a bug and provide as much info as possible.
Not doing so may result in your bug not being addressed in a timely manner. Thanks! -->

**What happened**:

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment**:
- Tamarco version (e.g. `pip freeze | grep tamarco`):
- OS (e.g: `cat /etc/os-release`):
- Others:

15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

<!-- Please only use this template for submitting enhancement or new feature requests -->

**What would you like to be added**:

**Why is this needed**:

5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Please reference any issue related to this pull request. Example: `Fixes #1`.

See [here](https://blog.github.com/2015-01-21-how-to-write-the-perfect-pull-request/) for tips on good
pull request description.

0 comments on commit d955f4d

Please sign in to comment.