From 7b1b339c1e138bb14fe83cd1e949c9f10b4d8dcf Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Fri, 17 Feb 2017 18:49:46 -0500 Subject: [PATCH 1/3] chore(readme): update readme --- README.md | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index b2a8eea..ecb354e 100755 --- a/README.md +++ b/README.md @@ -4,28 +4,22 @@ [![devDependency Status][david-dev-badge]][david-dev-badge-url] [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) - # toolwatchapp-mobile -Mobile Apps - -### Screens - -- [x] Dashboard -- [x] Add Watch -- [x] Edit / Delete watch -- [x] Result -- [x] Login -- [x] Signup -- [x] Time - -### Functionalities - -- [x] List watches -- [x] Add/edit/delete watches -- [x] Login (email) -- [x] Signup (email) -- [x] Login fb -- [x] Social share + +Thanks for your interest in contributing to the Toolwatch Mobile Apps! :tada: + +This repository contains the code for our apps. The _core_ functionalities (shared accross web & mobiles) are hosted [here](https://github.com/Toolwatchapp/tw-core) while the backend is [here](https://github.com/Toolwatchapp/tw-backend) + +## Creating an Issue + +If you have a question about using toolwatch, please ask on us on the [Crisp](https://go.crisp.im/chat/embed/?website_id=-K4rBEcM_Qbt6JrISVzu). + +If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been [reported](https://github.com/Toolwatchapp/tw-mobile/issues). You can search through existing issues to see if there is a similar one reported. Include closed issues as it may have been closed with a solution. + + +## Creating a Pull Request + +We appreciate you taking the time to contribute! Before submitting a pull request, we ask that you please [create an issue](https://github.com/Toolwatchapp/tw-mobile/issues) that explains the bug or feature request and let us know that you plan on creating a pull request for it. If an issue already exists, please comment on that issue letting us know you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort. [![Throughput Graph](https://graphs.waffle.io/Toolwatchapp/tw-mobile/throughput.svg)](https://waffle.io/Toolwatchapp/tw-mobile/metrics/throughput) From 3b364a01aa91636977290bb4292d88d33fdaa7b7 Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Sun, 19 Feb 2017 10:11:44 -0500 Subject: [PATCH 2/3] chore(readme): update readme with pr:welcome info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb354e..41a8b3a 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you think you have found a bug, or have a new feature idea, please start by m ## Creating a Pull Request -We appreciate you taking the time to contribute! Before submitting a pull request, we ask that you please [create an issue](https://github.com/Toolwatchapp/tw-mobile/issues) that explains the bug or feature request and let us know that you plan on creating a pull request for it. If an issue already exists, please comment on that issue letting us know you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort. +We appreciate you taking the time to contribute! Before submitting a pull request, we ask that you please [create an issue](https://github.com/Toolwatchapp/tw-mobile/issues) that explains the bug or feature request and let us know that you plan on creating a pull request for it. If an issue already exists, please comment on that issue letting us know you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort. You can also look for issues with the pr_state:welcome label (![untitled](https://cloud.githubusercontent.com/assets/7218861/23103611/8014af38-f68b-11e6-8275-517663f83541.png)) if you want to contribute. These issues are ideals for a first contribution as they should be _relatively_ easy to fix. [![Throughput Graph](https://graphs.waffle.io/Toolwatchapp/tw-mobile/throughput.svg)](https://waffle.io/Toolwatchapp/tw-mobile/metrics/throughput) From 103e9879a72b26196f70fe014a0be5e69d13a936 Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Sun, 19 Feb 2017 10:13:14 -0500 Subject: [PATCH 3/3] chore(readme): Add link for pr_welcome label --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a8b3a..574bc0c 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you think you have found a bug, or have a new feature idea, please start by m ## Creating a Pull Request -We appreciate you taking the time to contribute! Before submitting a pull request, we ask that you please [create an issue](https://github.com/Toolwatchapp/tw-mobile/issues) that explains the bug or feature request and let us know that you plan on creating a pull request for it. If an issue already exists, please comment on that issue letting us know you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort. You can also look for issues with the pr_state:welcome label (![untitled](https://cloud.githubusercontent.com/assets/7218861/23103611/8014af38-f68b-11e6-8275-517663f83541.png)) if you want to contribute. These issues are ideals for a first contribution as they should be _relatively_ easy to fix. +We appreciate you taking the time to contribute! Before submitting a pull request, we ask that you please [create an issue](https://github.com/Toolwatchapp/tw-mobile/issues) that explains the bug or feature request and let us know that you plan on creating a pull request for it. If an issue already exists, please comment on that issue letting us know you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort. You can also look for issues with the [pr_state:welcome](https://github.com/Toolwatchapp/tw-mobile/issues?q=is%3Aissue+is%3Aopen+label%3A%22pr_state%3A+welcome%22) label (![untitled](https://cloud.githubusercontent.com/assets/7218861/23103611/8014af38-f68b-11e6-8275-517663f83541.png)) if you want to contribute. These issues are ideals for a first contribution as they should be _relatively_ easy to fix. [![Throughput Graph](https://graphs.waffle.io/Toolwatchapp/tw-mobile/throughput.svg)](https://waffle.io/Toolwatchapp/tw-mobile/metrics/throughput)