Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 915 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 915 Bytes

Help needed? Ask at the right place:

Found a bug and want to report it?

The github issue section is the right place, but please use the search first.

Trouble with configuration or setup?

Please ask in the forum, but please use the search first.

You have a cool feature request or want to share your experience?

Please post in the forum, but use the search first.

You need assistence with plugin-develeopment?

Make sure that you code is available online (on github) and open a new issue here.


In any case: If you want to post code or log files, please use fenced code blocks

Here's an example:

```
function test() {
  console.log("notice the blank line before this function?");
}
```