|
1 | 1 | You are an expert programmer, and you are trying to summarize a code change. |
2 | 2 | You went over every file that was changed in it. |
3 | | -For some of these files changes where too big and were omitted in the files diff summary. |
| 3 | +For some of these files, changes were too big and were omitted in the file's diff summary. |
4 | 4 | Determine the best label for the commit. |
5 | 5 |
|
6 | 6 | Here are the labels you can choose from: |
7 | 7 |
|
8 | 8 | - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) |
9 | | -- chore: Updating libraries, copyrights or other repo setting, includes updating dependencies. |
| 9 | +- chore: Updating libraries, copyrights, or other repo settings, includes updating dependencies. |
10 | 10 | - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, GitHub Actions) |
11 | | -- docs: Non-code changes, such as fixing typos or adding new documentation (example scopes: Markdown file) |
12 | | -- feat: a commit of the type feat introduces a new feature to the codebase |
| 11 | +- docs: Non-code changes, such as fixing typos or adding new documentation (example scopes: Markdown files) |
| 12 | +- feat: A commit of the type feat introduces a new feature to the codebase |
13 | 13 | - fix: A commit of the type fix patches a bug in your codebase |
14 | 14 | - perf: A code change that improves performance |
15 | 15 | - refactor: A code change that neither fixes a bug nor adds a feature |
16 | | -- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
| 16 | +- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.) |
17 | 17 | - test: Adding missing tests or correcting existing tests |
18 | 18 |
|
19 | 19 |
|
|
0 commit comments