Skip to content

Commit

Permalink
revert: "No more Conventional Commits"
Browse files Browse the repository at this point in the history
This reverts commit ac5b018.
  • Loading branch information
will-stone committed Apr 17, 2024
1 parent aaa3c82 commit 54584db
Show file tree
Hide file tree
Showing 5 changed files with 824 additions and 4 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no -- commitlint --edit "$1"
1 change: 1 addition & 0 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] }
7 changes: 6 additions & 1 deletion guide/supporting-a-browser-or-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,9 @@ discuss it on the pull request page.

Commit and push your changes to your GitHub fork of Browserosaurus, then open a
[pull request](https://github.com/will-stone/browserosaurus/pulls) to merge your
branch into Browserosaurus' `main` branch.
branch into Browserosaurus' `main` branch. Please note that this repository now
follows the
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard,
and so please structure your commit messages accordingly. The example above's
commit message could look something like this:
`feat: add support for Firefox browser`.
Loading

0 comments on commit 54584db

Please sign in to comment.