Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 1146db6

Browse files
committed
Add CONTRIBUTING.md file, remove changelog link in README and bump node
version for travis
1 parent 431b556 commit 1146db6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- 6
3+
- 12

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributing to apidoc-core
2+
3+
* Target the `dev` branch for your PR
4+
* Add a test if possible
5+
* Use `npm test`

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# apidoc-core
22

3-
Core parser library to generate apidoc result following the [apidoc-spec](https://github.com/apidoc/apidoc-spec)
3+
Core parser library to generate apidoc result following the [apidoc-spec](https://github.com/apidoc/apidoc-spec).
44

55
[![Build Status](https://travis-ci.org/apidoc/apidoc-core.svg?branch=master)](https://travis-ci.org/apidoc/apidoc-core)
66
[![Dependency Status](https://david-dm.org/apidoc/apidoc-core.svg)](https://david-dm.org/apidoc/apidoc-core)
77
[![NPM version](https://badge.fury.io/js/apidoc-core.svg)](http://badge.fury.io/js/apidoc-core)
88

99
If you are an end user, please proceed to [apidoc](https://github.com/apidoc/apidoc) or [apidoc-documentation](http://apidocjs.com).
10-
11-
[Changelog](https://github.com/apidoc/apidoc/blob/master/CHANGELOG.md).

0 commit comments

Comments
 (0)