-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Enhancement | ||
about: Provide specifics for a new feature or request | ||
title: 'Enhancement: ____(provide a descriptive name)' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary (REQUIRED)** | ||
<!--A clear and concise description of what the enhancement is and its scope. | ||
Consider including the expected behavior of new features here.--> | ||
|
||
**Motivation (REQUIRED)** | ||
<!--Describe why the enhancement is needed.--> | ||
|
||
**Objectives (REQUIRED)** | ||
<!--List the indicators of success.--> | ||
|
||
**Proposal (REQUIRED)** | ||
<!--An actual plan of action of how the enhancement will be implemented.--> | ||
|
||
**Testing notes (Optional)** | ||
<!--This is strongly suggested for new features.--> | ||
|
||
**Additional notes (Optional)** | ||
<!--Add any notes about the enhancement here.--> | ||
|
||
<!--Branch info--> | ||
**Implemented in**: TBD <!--`feature/feature_name` or `hotfix/v?.?.?` #(PR No) --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.13.6" | ||
__version__ = "0.13.7" | ||
|
||
|
||
class TimerClass(object): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters