浏览代码

Internal: Updated various git and CI files.

Piotrek Koszuliński 8 年之前
父节点
当前提交
1e8f0deceb

+ 9 - 0
packages/ckeditor5-editor-inline/.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,9 @@
+### Suggested merge commit message ([convention](https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention))
+
+Type: Message. Closes #000.
+
+---
+
+### Additional information
+
+*For example – encountered issues, assumptions you had to make, other affected tickets, etc.*

+ 2 - 5
packages/ckeditor5-editor-inline/.gitignore

@@ -1,10 +1,7 @@
 # These files will be ignored by Git and by our linting tools:
-#	grunt jshint
-#	grunt jscs
+#	gulp lint
+#	gulp lint-staged
 #
 # Be sure to append /** to folders to have everything inside them ignored.
 
-# All "dot directories".
-.*/**
-
 node_modules/**

+ 1 - 2
packages/ckeditor5-editor-inline/.travis.yml

@@ -15,8 +15,7 @@ before_install:
   - export DISPLAY=:99.0
   - sh -e /etc/init.d/xvfb start
 install:
-  - npm install gulp mgit2 lerna codeclimate-test-reporter
-  - npm install @ckeditor/ckeditor5-dev-tests @ckeditor/ckeditor5-dev-lint
+  - npm install @ckeditor/ckeditor5-dev-tests
   - ckeditor5-dev-tests-install-dependencies
 script:
   - ckeditor5-dev-tests-travis

+ 0 - 25
packages/ckeditor5-editor-inline/CHANGES.md

@@ -1,25 +0,0 @@
-Inline Editor Changelog
-========================================
-
-## Inline Editor 0.0.2
-
-**Major|Minor|Patch Release** - Build Date: yyyy-mm-dd
-
-New Features:
-
-* [#Issue Number](http://issue/url): Item 1.
-* Item 2
-
-Fixed Issues:
-
-* [#Issue Number](http://issue/url): Item 1.
-* Item 2
-
-Other Changes:
-
-* Item 1
-* Item 2
-
-## Inline Editor 0.0.1
-
-...