Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

34 lines (28 loc) · 1.03 KB

Contributing

Questions

Please ask questions in the discussions tab. Label the discussion Q&A. If you have a bug or feature request, put it in an issue.

Feedback

I have made a feedback discussion for feedback.

Debug Mode

To enter debug mode, change config.js from

// Options
enableBody: true,
// debug: true

to

// Options
enableBody: true,
debug: true

Reports

Feature Request

Please use the Feature Request issue template. Also be sure to add appropriate labels.

Bug Report

Use the Bug Report template.

Pull Requests

After I have approved your issue, you may create a pull request. I will review it and merge it. I have installed a Code Quality check, so if one of the checks fail, I will not review the request. Also make sure to add a Reset commit to disable debug mode and reset abilities.

Code of Conduct

More details in CODE_OF_CONDUCT.md.