File tree 1 file changed +4
-25
lines changed
1 file changed +4
-25
lines changed Original file line number Diff line number Diff line change 1
1
### Commit Subjects
2
2
3
- If your patch ** changes the API or fixes a bug ** please use one of the
4
- following prefixes in your commit subject:
3
+ Patches will be only accepted if they have a corresponding issue
4
+ on GitHub.
5
5
6
- - ` [fixed] ... `
7
- - ` [changed] ... `
8
- - ` [added] ... `
9
- - ` [removed] ... `
10
-
11
- That ensures the subject line of your commit makes it into the
12
- auto-generated changelog. Do not use these tags if your change doesn't
13
- fix a bug and doesn't change the public API.
14
-
15
- Commits with changed, added, or removed, must be reviewed by another
16
- collaborator.
17
-
18
- #### When using ` [changed] ` or ` [removed] ` ...
19
-
20
- Please include an upgrade path with example code in the commit message.
21
- If it doesn't make sense to do this, then it doesn't make sense to use
22
- ` [changed] ` or ` [removed] ` :)
6
+ Having a corresponding issue is better to track
7
+ and discuss ideas and propose changes.
23
8
24
9
### Docs
25
10
@@ -33,12 +18,6 @@ always be in sync.
33
18
- ` scripts/test ` same as ` npm test ` but keeps karma running and watches
34
19
for changes
35
20
36
- ### Build
37
-
38
- Please do not include the output of ` scripts/build ` in your commits, we
39
- only do this when we release. (Also, you probably don't need to build
40
- anyway unless you are fixing something around our global build.)
41
-
42
21
## Miscellaneous
43
22
44
23
if you faced the below issue, make sure you use node version < 18
You can’t perform that action at this time.
0 commit comments