mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
modify contributing.md & clean unnecessary modules in gruntfile
This commit is contained in:
@@ -2,13 +2,7 @@
|
||||
|
||||
> English below.
|
||||
|
||||
## About Pull Request
|
||||
|
||||
### やり方
|
||||
|
||||
現状特に`dev`ブランチを用意しないつもりなので、最新VersionのブランチにPullrequestを送ってください。
|
||||
|
||||
### Pull requsetの著作権
|
||||
## Pull requsetの著作権について
|
||||
|
||||
Pull requestをすることはその変化分のコードの著作権をMAISIN&CO.に譲渡することに同意することになります。
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user