Skip to content
Merged
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
51 changes: 51 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!--
Are you submitting a bug report or a feature request? If so, use the appropriate template that follows.

When submitting a bug report, check the following:
- The report has a descriptive title.
- The bug still exists in the master branch and the unstable (dev) branch.
-->




<!-- BUG REPORT : Delete if requesting a feature -->

## Environment info

- Browser version (client) :
- Node.js version (server) :


## Current (buggy) behaviour

<!-- What does the bug do? -->


## Desired behaviour

<!-- What do you expect app-ui to do instead? -->


## Minimum steps to reproduce

<!-- Write out an overview of what you need to do to reproduce the issue. -->

<!-- END BUG REPORT -->




<!-- FEATURE REQUEST : Delete if reporting a bug -->

## Description of new feature

<!-- What should the new feature do? That is, what is the goal that the user will accomplish? -->


## Motivation for new feature

<!-- Describe the use case for this new feature. Why is the goal the user will accomplish important? -->


<!-- END FEATURE REQUEST -->