Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 1.55 KB

Contributing to turretcss

Looking to contribute something to turretcss? Here's how you can help.

Using the issue tracker

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.

Bug reports

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:

  1. Validate and lint your codevalidate your HTML to ensure your problem isn't caused by a simple error in your own code.
  2. Use the GitHub issue search — check if the issue has already been reported.
  3. Check if the issue has been fixed — try to reproduce it using the latest master or development branch in the repository.
  4. Isolate the problem — ideally create a reduced test case and a live example.