|
| 1 | +<!--- Provide a general summary of the issue in the Title above --> |
| 2 | + |
| 3 | +## Expected Behavior |
| 4 | +<!--- If you're describing a bug, tell us what should happen --> |
| 5 | +<!--- If you're suggesting a change/improvement, tell us how it should work --> |
| 6 | + |
| 7 | +## Current Behavior |
| 8 | +<!--- If describing a bug, tell us what happens instead of the expected behavior --> |
| 9 | +<!--- If suggesting a change/improvement, explain the difference from current behavior --> |
| 10 | + |
| 11 | +## Affected packages |
| 12 | +* [ ] cli |
| 13 | +* [ ] core |
| 14 | +* [ ] prompt |
| 15 | +* [ ] config-angular |
| 16 | + |
| 17 | +## Possible Solution |
| 18 | +<!--- Not obligatory, but suggest a fix/reason for the bug, --> |
| 19 | +<!--- or ideas how to implement the addition or change --> |
| 20 | + |
| 21 | +## Steps to Reproduce (for bugs) |
| 22 | +<!--- Provide a link to a live example, or an unambiguous set of steps to --> |
| 23 | +<!--- reproduce this bug. Include code to reproduce, if relevant --> |
| 24 | +1. |
| 25 | +2. |
| 26 | +3. |
| 27 | +4. |
| 28 | + |
| 29 | +<details> |
| 30 | + <summary>commitlint.config.js</summary> |
| 31 | + <!-- If you have a `commitlint.config.js` available, please paste it here --> |
| 32 | + <!-- Otherwise, feel free to delete this <details> block --> |
| 33 | +```js |
| 34 | +``` |
| 35 | +</details> |
| 36 | + |
| 37 | +## Context |
| 38 | +<!--- How has this issue affected you? What are you trying to accomplish? --> |
| 39 | +<!--- Providing context helps us come up with a solution that is most useful in the real world --> |
| 40 | + |
| 41 | +## Your Environment |
| 42 | +<!--- Include as many relevant details about the environment you experienced the bug in --> |
| 43 | + |
| 44 | +| Executable | Version | |
| 45 | +| ---: | :--- | |
| 46 | +| `commitlint --version` | VERSION | |
| 47 | +| `git --version` | VERSION | |
| 48 | +| `node --version` | VERSION | |
0 commit comments