Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### Description

Human readable description of the issue: **PLEASE-FILL-HERE**

### Expected Behavior

What's the expected behavior? **PLEASE-FILL-HERE**

### Actual Behavior

What's the seen behavior? Include stacktraces here. Remove sensitive info manually: **PLEASE-FILL-HERE**

### Reproduction code

Detailed steps to reproduce the bug, if possible with minimal runnable code.

### Environment

* Paste `python --version` output here: **PLEASE-FILL-HERE**
* Paste `pip freeze` output here: **PLEASE-FILL-HERE**
* Paste `node --version` output here: **PLEASE-FILL-HERE**
* Remove any sensitive info from the outputs above!
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/new_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
### Description

Summarized description of the new feature or improvement: **PLEASE-FILL-HERE**

### Implementation Strategy

* Explain in detail how it would work.
* Keep the scope as narrow as possible, to make it easier to implement.
* Remember that this is a volunteer-driven project, and that contributions are welcome :)

**PLEASE-FILL-HERE**

### Expected Changes

* Any API changes? **PLEASE-FILL-HERE**
* Any Code Architecture changes? **PLEASE-FILL-HERE**
* Any new Requirements? **PLEASE-FILL-HERE**
* Any Documentation changes? **PLEASE-FILL-HERE**

### Test Cases

Suggested test cases: **PLEASE-FILL-HERE**

### Related Issues

If any: **PLEASE-FILL-HERE**