Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

49 lines (25 loc) · 1.35 KB

Thanks a lot for contributing to FullyFeedly 👍

Getting started

Follow this guide to build and debug the extension.

In summary, install the required command line tools:

npm install -g grunt
npm install -g bower

Clone the repository:

git clone https://github.com/Muffo/fullyfeedly.git

Install the dependencies:

bower install

Build the extension:

grunt build

You can now load the unpacked extension in Chrome from the local folder.

Branching strategy

The Github repository uses a linear commit history.

To simplify the contribution from external developers, the project moved away from the GitFlow branching strategy.

All the contributions should be submitted as pull requests to the master branch and must not contain any merge commit.

Version numbers

Version numbers follow the Semantic Versioning and are managed by the owner of the project. Please, do not increase the version numbers in your pull requests.

Submit a bug

When you open an issue, please include the following information:

  • Operating System
  • Whether you are using Feedly Premium or the beta version
  • A few screenshots of the issue