Skip to content

Commit 588f26b

Browse files
committedFeb 12, 2024
contributing requirements now just need a corresponding issue...
on GitHub board
1 parent 449398d commit 588f26b

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed
 

‎CONTRIBUTING.md

+4-25
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
### Commit Subjects
22

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.
55

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.
238

249
### Docs
2510

@@ -33,12 +18,6 @@ always be in sync.
3318
- `scripts/test` same as `npm test` but keeps karma running and watches
3419
for changes
3520

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-
4221
## Miscellaneous
4322

4423
if you faced the below issue, make sure you use node version < 18

0 commit comments

Comments
 (0)
Please sign in to comment.