You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+12-9
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Closes #8454
29
29
commit type / /
30
30
\ | |
31
31
feat(ngInclude): add template url parameter to events
32
-
32
+
33
33
body -> The 'src` (i.e. the url of the template to load) is now provided to the
34
34
`$includeContentRequested`, `$includeContentLoaded` and `$includeContentError`
35
35
events.
@@ -39,21 +39,24 @@ Closes #8454
39
39
```
40
40
41
41
For the commit type, use the matching type from this list:
42
-
- feat
43
-
- fix
44
-
- docs
45
-
- style
46
-
- refactor
47
-
- test
48
-
- chore
42
+
-**feat**: A new feature
43
+
-**fix**: A bug fix
44
+
-**docs**: Documentation only changes
45
+
-**style**: Changes that do not affect the meaning of the code (white-space, formatting, missing
46
+
semi-colons, etc)
47
+
-**refactor**: A code change that neither fixes a bug nor adds a feature
48
+
-**perf**: A code change that improves performance
49
+
-**test**: Adding missing tests
50
+
-**chore**: Changes to the build process or auxiliary tools and libraries such as documentation
51
+
generation
49
52
50
53
### Summary
51
54
52
55
Please use __present tense__ inside your commit message at all time. Keywords like `add``fix` and friends should be in __lower case__ to keep things consistent.
53
56
54
57
### Linking to github
55
58
56
-
Here as well, please make sure that you use the __present tense__ for `Closes` and `Fixes` and add `References #XX` before referencing a github issue if you are not closing it. Please write these keywords in __uppercase__.
59
+
Here as well, please make sure that you use the __present tense__ for `Closes` and `Fixes` and add `References #XX` before referencing a github issue if you are not closing it. Please write these keywords in __uppercase__.
57
60
58
61
## Pull requests
59
62
Pull requests are currently submitted to `master`. This might change in the future so please keep an eye on this.
0 commit comments