Skip to content

Commit

Permalink
docs(CONTRIBUTING.md): include node-postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Apr 21, 2024
1 parent 6713161 commit a5dccde
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
Contributions are always welcomed. You can help **AWS SSL Profiles** community in various ways.
Here are our major priorities, listed in order of importance:

- [**Node MySQL**][mysql] and [**MySQL2**][mysql2] API incompatibility fixes
- Adding tests or improving existing ones
- [**mysqljs/mysql**][mysql], [**MySQL2**][mysql2] and [**node-postgres**](https://github.com/brianc/node-postgres) API incompatibility fixes
- Bug Fixes
- Performance improvements
- Adding tests or improving existing ones
- Documentation
- Performance improvements

---

Expand All @@ -33,18 +33,18 @@ Fork this project, create a new branch from `main`, then run `npm ci` to clean i

### Commits and Pull Request Titles

To ensure a clean commit history pattern, please use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) format.
To ensure a clean commit history pattern, please use the [**Conventional Commits**](https://www.conventionalcommits.org/en/v1.0.0/#summary) format.

Prefixes that will trigger a new release version:

- `fix:` for patches, e.g., bug fixes that result in a patch version release.
- `feat:` for new features, e.g., additions that result in a minor version release.
- It's better to discuss an API before actually start implementing it. You can open an issue on Github. We can discuss design of API and implementation ideas.
- It's better to discuss an API before actually start implementing it. You can open an issue on **Github**. We can discuss design of API and implementation ideas.

Examples:

- `fix: message`
- `fix(module): message`
- `fix(scope): message`
- `docs: message`
- etc.

Expand Down

0 comments on commit a5dccde

Please sign in to comment.