mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
modify contributing.md & clean unnecessary modules in gruntfile
This commit is contained in:
@@ -2,13 +2,7 @@
|
|||||||
|
|
||||||
> English below.
|
> English below.
|
||||||
|
|
||||||
## About Pull Request
|
## Pull requsetの著作権について
|
||||||
|
|
||||||
### やり方
|
|
||||||
|
|
||||||
現状特に`dev`ブランチを用意しないつもりなので、最新VersionのブランチにPullrequestを送ってください。
|
|
||||||
|
|
||||||
### Pull requsetの著作権
|
|
||||||
|
|
||||||
Pull requestをすることはその変化分のコードの著作権をMAISIN&CO.に譲渡することに同意することになります。
|
Pull requestをすることはその変化分のコードの著作権をMAISIN&CO.に譲渡することに同意することになります。
|
||||||
|
|
||||||
@@ -21,13 +15,7 @@ Pull requestをすることはその変化分のコードの著作権をMAISIN&C
|
|||||||
|
|
||||||
# Contributing to Boostnote(ENG)
|
# Contributing to Boostnote(ENG)
|
||||||
|
|
||||||
## About Pull Request
|
## About copyright of 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
|
|
||||||
|
|
||||||
If you make a pull request, It means you agree to transfer the copyright of the code changes to MAISIN&CO.
|
If you make a pull request, It means you agree to transfer the copyright of the code changes to MAISIN&CO.
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
const path = require('path')
|
const path = require('path')
|
||||||
const ChildProcess = require('child_process')
|
const ChildProcess = require('child_process')
|
||||||
const packager = require('electron-packager')
|
const packager = require('electron-packager')
|
||||||
const fs = require('fs')
|
|
||||||
const merge = require('merge-stream')
|
|
||||||
|
|
||||||
const WIN = process.platform === 'win32'
|
const WIN = process.platform === 'win32'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user