Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

52 lines (31 loc) · 1.52 KB

Contributing to nestjs-aop

We welcome contribution from everyone in the community.
All communications in this repo will be by English.

Every contributor to Slash libraries should adhere to our Code of Conduct.
Please read the full text to understand what actions will and will not be tolerated.

1. Issues

You can contribute to Slash libraries via:

2. Pull Requests

Opening a pull request

You can raise your own PR. The title of your PR should match the following format:

<type>: <description>

We do not care about the number, or style of commits in your history, because we squash merge every PR into main.
Feel free to commit in whatever style you feel comfortable with.

2.1 Type

Type must be one of those

if you changed shipped code :

  • feat - for any new functionality additions
  • fix, refactor - for any fixes or refactors that don't add new functionality

if you haven't changed shipped code :

  • docs - if you only change documentation
  • test - if you only change tests

other :

  • chore - anything else

2.2 Description

A clear and concise description of what the pr is about.