Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.24 KB

ISSUE_TEMPLATE.md

File metadata and controls

42 lines (24 loc) · 1.24 KB

Please add only one problem per Issue. If you are facing multiple problems, add multiple Issues.

Sharetribe Version:

Share the git commit hash of the version of Sharetribe that you are using. You can find it by running git rev-parse HEAD in your Sharetribe directory.

Environment:

What's your environment? Mac OS X, Heroku, or something else?

What's your node version? Run the following commands and copy the result here:

> node -v
> npm -v
Server mode:

Are you running in development or production mode?

Description:

In our own words, briefly describe the issue. Please add enough details, yet be concise.

Steps To Reproduce:

List the actions that will reproduce the issue.

This is the most important part of the issue report. If we're not able to reproduce the issue, there's not much we can do about it. Please provide precise steps how to reproduce the issue.

  1. Step 1
  2. Step 2
  3. Step 3

Expected result: What was the expected result after running the steps above?

Actual result: What was the actual result after running the steps above?

Additional information

Please provide any additional information that helps debugging, e.g. log output or stack trace of the error