Skip to content

Commit

Permalink
docs(CONTRIBUTING): commit message instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
uchars authored and lewis6991 committed Sep 14, 2024
1 parent e6cc783 commit 53425bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,23 @@ This query specifies that everything from the `if` keyword up-to the first
statement (exclusive) should be used for the context. This is useful when an
if-statement spans multiple lines.

### Committing your changes

Your commit messages should follow the [Conventional Commits specification](https://conventionalcommits.org).

Good:

```
feat(lua): added lua support
```

Bad:

```
added lua support
```

> You can do `git commit --amend` followed by `git push --force` if you made a mistake.
### Raising a pull request

Expand Down

0 comments on commit 53425bf

Please sign in to comment.