Skip to content

Commit

Permalink
modify contributing.md & clean unnecessary modules in gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Jul 29, 2016
1 parent 7fbe456 commit 15f51a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 2 additions & 14 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

> English below.
## About Pull Request

### やり方

現状特に`dev`ブランチを用意しないつもりなので、最新VersionのブランチにPullrequestを送ってください。

### Pull requsetの著作権
## Pull requsetの著作権について

Pull requestをすることはその変化分のコードの著作権をMAISIN&CO.に譲渡することに同意することになります。

Expand All @@ -21,13 +15,7 @@ Pull requestをすることはその変化分のコードの著作権をMAISIN&C

# Contributing to Boostnote(ENG)

## About Pull Request

### How to

Make a new PR to the branch named latest version. This is because there is no `dev` branch currently.

### Copyright of Pull Request
## About copyright of Pull Request

If you make a pull request, It means you agree to transfer the copyright of the code changes to MAISIN&CO.

Expand Down
2 changes: 0 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const path = require('path')
const ChildProcess = require('child_process')
const packager = require('electron-packager')
const fs = require('fs')
const merge = require('merge-stream')

const WIN = process.platform === 'win32'

Expand Down

0 comments on commit 15f51a4

Please sign in to comment.