Odonno / modern-gitter-winjs

Windows 10 client of gitter, written in WinJS
https://www.microsoft.com/store/apps/modern-gitter/9wzdncrd2tzj
9 stars 0 forks source link
angular gitter windows-10 winjs

modern-gitter-winjs Join the chat at https://gitter.im/Odonno/Modern-Gitter

A Gitter client application for Windows 10 based on WinJS and Angular frameworks. This project is a second iteration, starting from the previous project : Modern Gitter.

Features

Modern Gitter contains a small set of features that directly target Gitter API. Here is the key features :

Frameworks

This project makes use of several frameworks like :

Contribute

You can contribute to this project. There is several rules to follow :

Getting started

In order to contribute, you should clone this repository and install some packages.

npm install

Then, you will need to use gulp task automation tool. So, install it globally.

npm install -g gulp

Finally, run gulp to execute task and compile angular app anytime you make a change.

gulp

Commit convention

We follow the angular git commit convention (https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines). Here are some examples that can help you to visualise how to make meaningful commits.

When fixing a bug with the notifications

fix(notifications): remove call that push twice the same notification

When adding a new feature related to notifications

feat(notifications): add push notifications when someone mentions user

When fixing an issue with the build / improving the build system

chore(app): improve build system

When adding some documentation

docs(readme): add a contribute section

List of contributors

I want to thank the following contributors who have helped me all along this project.