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
25 changes: 25 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!--
Template for bug reports:
-->
## What is the problem?

## What is the expected output?

## Environment details...
<!--
1. What version are you using?
2. Operating system? (e.g. 64 bit Windows 10)

-->

## Reproduction

<!--
How did you encounter the issue? Add any relevant code
-->

## Output log

<!--
If there is any output, add it. Either as a link to Gist or add it directly into the issue
-->
14 changes: 14 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--

Example template for a pull request:
-->

## Issue(s) closed

<!-- If this PR closes or works towards solving an issue, add it/them here. Remove the title if it isn't applicable -->

## Description

<!-- Add a short description of what this pull request does here. -->

<!-- And finally, add any other details that are important about this pull request -->