Skip to content

Commit f9705a4

Browse files
committed
Merge branch 'master' of https://github.com/cassidoo/todometer
2 parents ac9a8b9 + 488b3f1 commit f9705a4

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

README.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
11
[todometer](http://cassidoo.github.io/todometer)
22
=========
33

4-
A meter-based to-do list built with Electron, React, Redux, and LESS.
4+
A simple meter-based to-do list built with Electron, React, Redux, and LESS.
55

66
![todometer](assets/screenshot.png)
77

8+
### Contributing
9+
10+
So you want to contribute? Yay! Great! Fun!
11+
I love seeing new PRs for todometer. That being said, not every pull request will be merged. The general guidelines I'll follow are:
12+
13+
- Does it make developing todometer easier?
14+
- Does it help other platforms (Windows, Mac, Linux) work better?
15+
- Does it fix a bug?
16+
- Does it keep todometer simple?
17+
- Does it break anything?
18+
- Does it stick to the original goal of todometer (a _simple_, meter-based to-do list)
19+
- Is it necessary?
20+
21+
Regarding that last point, I don't expect all pull requests to be absolutely necessary. New features are good. That being said, if the new features make the app unnecessarily complex in some way without bringing value to the users, it won't be merged.
22+
23+
Please don't be hurt if your PR isn't merged. You're lovely for working on it. If you are thinking about working on something, feel free to make an issue beforehand so that you can make sure it'll be worth your time!
24+
825
### Development
926

10-
* Clone the repo via `git clone https://github.com/cassidoo/todometer.git`
11-
* Go to the project directory and install dependencies: `cd todometer && npm install`
12-
* Start developing by `npm start`. This will show an electron window with your application's build.
27+
- Clone the repo:
28+
```
29+
git clone https://github.com/cassidoo/todometer.git
30+
```
31+
32+
- Go to the project directory and install dependencies:
33+
```
34+
cd todometer && npm install
35+
```
36+
37+
- Run `npm start` to show the Electron application window with your current build.

0 commit comments

Comments
 (0)