Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from garciparedes/master
Browse files Browse the repository at this point in the history
Issue 56
  • Loading branch information
garciparedes authored Oct 26, 2019
2 parents 1c925d8 + 5e5a4c2 commit 34618fd
Show file tree
Hide file tree
Showing 115 changed files with 6,399 additions and 1,188 deletions.
49 changes: 20 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,23 @@ assignees: ''

---

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

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See 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]
- 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]

**Additional context**
Add any other context about the problem here.
# Bug Report Details

## Description
<!-- A clear and concise description of what the bug is. -->

## Steps to Reproduce

### Environment
<!-- A clear and concise description of the running environment. -->

### Steps
<!-- Steps to reproduce the behavior: -->
<!-- 1. Go to '...' -->
<!-- 2. Click on '....' -->
<!-- 3. Scroll down to '....' -->
<!-- 4. See error -->


## Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
15 changes: 5 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ labels: ''
assignees: ''

---
# Feature Request Details

**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 [...]
## Use Case
<!-- 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.
## Solution Proposal
<!-- A clear and concise description of what you want to happen. -->
14 changes: 5 additions & 9 deletions .github/ISSUE_TEMPLATE/version_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ labels: ''
assignees: ''

---
**Reference related Issues**
Include a list of related issues.
# Version Release Details

**Set a release date**
A date and time specifying the release of the new version.
## Related Issues
<!-- Include a list of related issues. -->

**Describe the change respect to the past version**
A clear and concise description of what the new version will contain.

**Additional context**
Add any other context about the new version here here.
## Release date
<!-- A date and time specifying the release of the new version.-->
17 changes: 1 addition & 16 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
# PR Details

<!--- Provide a general summary of your changes in the Title above -->

## Description

<!--- Describe your changes in detail -->

## Related Issue

<!--- This project only accepts pull requests related to open issues -->
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
<!--- Please link to the issue here: -->

## Motivation and Context

<!--- Why is this change required? What problem does it solve? -->

## How Has This Been Tested

<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->

## Types of changes

<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
Expand All @@ -31,6 +15,7 @@
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] New release

## Checklist

Expand Down
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ python:
- "3.7"
cache: pip
install:
- 'pip install pipenv'
- 'pipenv sync'
- 'pip install -e .[all]'
script:
- 'pipenv run flake8'
- 'pipenv run mypy'
- 'pipenv run coverage run -m unittest discover tests'
- 'flake8'
- 'coverage run -m unittest discover tests'
after_success:
- 'pipenv run codecov'
- 'codecov'

branches:
only:
Expand Down
12 changes: 0 additions & 12 deletions Pipfile

This file was deleted.

Loading

0 comments on commit 34618fd

Please sign in to comment.