Skip to content

Commit 377a0bc

Browse files
committed
Adds changelog, update contributing
1 parent d40224a commit 377a0bc

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.mkd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.1.1
4+
- Adds support for fetching URLs directly
5+
6+
## 0.1.0
7+
- Support for files
8+
- Support for `stdin`
9+

CONTRIBUTING.mkd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,18 @@
77
* Make sure the tests pass (run `./script/test`)
88
* Make sure the linters pass (run `./script/lint`)
99
* Issue a pull request
10+
11+
## Commit Messages
12+
I'd prefer it if commit messages describe what the *commit does*, not what *you did*.
13+
14+
For example, I'd prefer:
15+
16+
```
17+
Adds lint; removes fluff
18+
```
19+
20+
Over:
21+
22+
```
23+
Added lint; removed fluff
24+
```

README.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The output of `gron` is valid JavaScript:
6464
name: 'Tom' }
6565
```
6666

67-
Get help:
67+
## Get Help
6868

6969
```
7070
▶ gron --help

0 commit comments

Comments
 (0)