Przeglądaj źródła

Internal: Introduced PR template.

Piotrek Koszuliński 9 lat temu
rodzic
commit
1dae39c203
2 zmienionych plików z 17 dodań i 8 usunięć
  1. 14 0
      .github/PULL_REQUEST_TEMPLATE.md
  2. 3 8
      .gitignore

+ 14 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,14 @@
+### Proposed merge commit message
+
+```
+Type: Message. Closes: #000.
+```
+
+Commit message convention:
+https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention
+
+---
+
+### Additional information
+
+For example: encountered issues, assumptions you had to make, other affected tickets, etc.

+ 3 - 8
.gitignore

@@ -1,16 +1,11 @@
 # 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/**
-build/dist/**
-build/modules/**
-build/docs/**
+build/**
 coverage/**
 packages/**
 lerna-debug.log