Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 926 Bytes

File metadata and controls

29 lines (17 loc) · 926 Bytes

Fylgja Contributing Guide

Thanks for helping out! 😇

Raising an issue

First please check;

  • to see whether the issue that has already been brought up.
  • if your own code is valid, to ensure your problem isn't caused by a simple error in your own code.

When possible;

  • include the browser version and device, so that the problem may be tested more easily.
  • include a link to JS Bin to show your error in action.
  • include screenshots in your issue to clarify your issue.

Submitting a Pull Request

Pull requests, fixes, improvements, and new features are all very helpful.

They should remain focused in scope and avoid containing unrelated commits.

Code guidelines / Testing

Before committing, run npm test to confirm your modifications adhere to our coding standards.

To see our coding standards, checkout our stylelint config.