1
1
# Maintaining
2
2
3
+ <!-- START doctoc generated TOC please keep comment here to allow auto update -->
4
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
5
+
6
+ ** Table of Contents**
7
+
8
+ - [ Code of Conduct] ( #code-of-conduct )
9
+ - [ Issues] ( #issues )
10
+ - [ Pull Requests] ( #pull-requests )
11
+ - [ Release] ( #release )
12
+ - [ Thanks!] ( #thanks )
13
+
14
+ <!-- END doctoc generated TOC please keep comment here to allow auto update -->
15
+
3
16
This is documentation for maintainers of this project.
4
17
5
18
## Code of Conduct
@@ -32,9 +45,9 @@ any more of you than that.
32
45
As a maintainer, you're fine to make your branches on the main repo or on your
33
46
own fork. Either way is fine.
34
47
35
- When we receive a pull request, a github action is kicked off automatically (see
36
- the ` .github/workflows/validate.yml ` for what runs in the action ). We avoid
37
- merging anything that breaks the github action .
48
+ When we receive a pull request, a GitHub Action is kicked off automatically (see
49
+ the ` .github/workflows/validate.yml ` for what runs in the Action ). We avoid
50
+ merging anything that breaks the GitHub Action .
38
51
39
52
Please review PRs and focus on the code rather than the individual. You never
40
53
know when this is someone's first ever PR and we want their experience to be as
@@ -49,7 +62,7 @@ to release. See the next section on Releases for more about that.
49
62
## Release
50
63
51
64
Our releases are automatic. They happen whenever code lands into ` master ` . A
52
- github action gets kicked off and if it's successful, a tool called
65
+ GitHub Action gets kicked off and if it's successful, a tool called
53
66
[ ` semantic-release ` ] ( https://github.com/semantic-release/semantic-release ) is
54
67
used to automatically publish a new release to npm as well as a changelog to
55
68
GitHub. It is only able to determine the version and whether a release is
@@ -66,5 +79,6 @@ necessary by the git commit messages. With this in mind, **please brush up on
66
79
67
80
Thank you so much for helping to maintain this project!
68
81
69
- [ commit] :
70
- https://github.com/conventional-changelog-archived-repos/conventional-changelog-angular/blob/ed32559941719a130bb0327f886d6a32a8cbc2ba/convention.md
82
+ <!-- prettier-ignore-start -->
83
+ [ commit ] : https://github.com/conventional-changelog-archived-repos/conventional-changelog-angular/blob/ed32559941719a130bb0327f886d6a32a8cbc2ba/convention.md
84
+ <!-- prettier-ignore-end -->
0 commit comments