Skip to content

Latest commit

 

History

History
executable file
·
45 lines (29 loc) · 1.23 KB

ISSUE_TEMPLATE.md

File metadata and controls

executable file
·
45 lines (29 loc) · 1.23 KB

Step 1: Are you in the right place?

  • For issues or feature requests related to the code in this repository file a Github issue.
  • For general technical questions, post a question on Google Groups tagged appropriately.

Step 2: Describe your environment

  • OS version: _____
  • CapivaraJS version: _____
  • Npm Version: _____

Step 3: Describe the problem:

Steps to reproduce:




Observed Results:

  • What happened? This could be a description, log output, etc.

Expected Results:

  • What did you expect to happen?

Relevant Code:

// TODO(you): code here to reproduce the problem

Did you develop a solution?

Open a pull request and submit your code.

The issue template are based on this GitHub.