Add Contribution Guide and other supporting doc
Signed-off-by:
Gunnar Wagenknecht <gunnar@wagenknecht.org>
Showing
- .github/ISSUE_TEMPLATE.md 24 additions, 0 deletions.github/ISSUE_TEMPLATE.md
- .github/PULL_REQUEST_TEMPLATE.md 37 additions, 0 deletions.github/PULL_REQUEST_TEMPLATE.md
- .gitignore 3 additions, 0 deletions.gitignore
- CONTRIBUTING.md 70 additions, 0 deletionsCONTRIBUTING.md
- README.adoc 5 additions, 33 deletionsREADME.adoc
- package.json 6 additions, 4 deletionspackage.json
.github/ISSUE_TEMPLATE.md
0 → 100644
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
CONTRIBUTING.md
0 → 100644
... | ... | @@ -17,10 +17,12 @@ |
"textlint-rule-write-good": "^1.6.2" | ||
}, | ||
"scripts": { | ||
"lint": "textlint -f pretty-error *.adoc", | ||
"lint:fix": "textlint --fix *.adoc", | ||
"build": "asciidoctorjs --help", | ||
"precommit": "npm run lint" | ||
"lint": "textlint -f pretty-error README.adoc *.md", | ||
"lint:edp": "textlint -f pretty-error eclipse_*.adoc", | ||
"lint:fix": "textlint --fix README.adoc *.md", | ||
"build": "asciidoctorjs eclipse_development_process.adoc", | ||
"precommit": "npm test", | ||
"test": "npm run lint" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |
Please register or sign in to comment