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.
Modern Gitter contains a small set of features that directly target Gitter API. Here is the key features :
This project makes use of several frameworks like :
You can contribute to this project. There is several rules to follow :
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
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
I want to thank the following contributors who have helped me all along this project.