Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.31 KB

ISSUE_TEMPLATE.md

File metadata and controls

33 lines (22 loc) · 1.31 KB

(Press Preview to see how the issue will be after creating it and to easier read the template.)

Preconditions

Have you read our brilliant documentation before posting the issue? We are always improving it, so be sure to give it a try before asking for help.

Issue title

Please give a descriptive title for the issue in the field above.

A good example is: Unable to create letter with one attachment
A bad example is: Please help. Important for integration

Delete this chapter after you have created your issue title.

Description

Please give a good explanation of the issue you are experiencing. An issue description must contain the following:

  1. A summary and a more detailed description of the problem.
  2. The exact code that gives the error. Remember to remove passwords to enterprise certificate, names etc. Use ``` before and after the code to create examples like this:
public void myCode(){
  doCall();
}
  1. Provide the error message you get when performing the action.
  2. Please tell us what you have tried so far.
  • Do not use screenshots or PDF's to describe the issue.
  • Do not assume we know anything about your code. We need context to understand your problem.

Delete this chapter after you have created the issue description.