Looking to contribute something to turretcss? Here's how you can help.
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests, but please respect the following restrictions:
- Please do not use the issue tracker for personal support requests. Stack Overflow is a better place to get help.
- Please do not derail or troll issues. Keep the discussion on topic and respect the opinions of others.
- Please do not post comments consisting solely of "+1" or ":thumbsup:". Use GitHub's "reactions" feature instead. We reserve the right to delete comments which violate this rule.
A bug is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful, so thanks!
Guidelines for bug reports:
- Validate and lint your code — validate your HTML to ensure your problem isn't caused by a simple error in your own code.
- Use the GitHub issue search — check if the issue has already been reported.
- Check if the issue has been fixed — try to reproduce it using the latest
master
or development branch in the repository. - Isolate the problem — ideally create a reduced test case and a live example.