Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
SwinX committed Mar 16, 2017
1 parent 1e3495a commit 835390c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ New contributions are welcomed. Follow this guide if you want to make one.

## Make a pull request

Follow [Github guide](https://help.github.com/articles/creating-a-pull-request) to fork a repo
and create a pull request.
Follow [Github guide](https://help.github.com/articles/creating-a-pull-request) to fork a repo and create a pull request.

All bug fixes and new features should go to the [`master`](https://github.com/rakutentech/docpub/tree/master) branch.

## Commit messages

Commit messages should follow [conventional changelog
standard](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md).
Commit messages should follow [conventional changelog standard](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md).

## Code style and static analysis

Expand All @@ -31,8 +29,7 @@ Make sure all tests are passing before submitting pull request:
npm test
```

If you are fixing the bug, add a test that fails without your patch and passes with it. If you are
adding a feature, write a test for it. To see test coverage report run:
If you are fixing the bug, add a test that fails without your patch and passes with it. If you are adding a feature, write a test for it. To see test coverage report run:

```
npm test --coverage
Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Output of `docpub --version`:

...

Contents of `docpub.config` file:
Contents of `docpub.config` file (if you have ZenDesk credentials declared in config, please strip it before):

```json

Expand Down

0 comments on commit 835390c

Please sign in to comment.