Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

49 lines (28 loc) · 1.5 KB

Contributing

First, thanks for wanting to contribute. You’re awesome! ❤️

Finery vs Blazer

We accept PRs at Finery, but we also track Blazer's merged PRs.

Be aware that some of the features are only available in Finery, so they might not work for Blazer.

Help

We’re not able to provide support through GitHub Issues. If you’re looking for help with your code, try posting on Stack Overflow.

All features should be documented. If you don’t see a feature in the docs, assume it doesn’t exist.

Bugs

Think you’ve discovered a bug?

  1. Search existing issues to see if it’s been reported.
  2. Try the master branch to make sure it hasn’t been fixed.
gem "blazer", github: "ankane/blazer"

If the above steps don’t help, create an issue. Include:

  • Detailed steps to reproduce
  • Complete backtraces for exceptions

New Features

If you’d like to discuss a new feature, create an issue and start the title with [Idea].

Pull Requests

Fork the project and create a pull request. A few tips:

  • Keep changes to a minimum. If you have multiple features or fixes, submit multiple pull requests.
  • Follow the existing style. The code should read like it’s written by a single person.

Feel free to open an issue to get feedback on your idea before spending too much time on it.


This contributing guide is released under CCO (public domain). Use it for your own project without attribution.