Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 640 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 640 Bytes

Contributing Guide

Please read this guide before creating a pull request, otherwise your contribution might not be approved.

Branch Organization

All pull request branches are created from main.

We use the following structure for branch names:

<type>/<short-description>

Possible types are:

  • feature
  • enhancement
  • bugfix
  • hotfix

The pull request template will provide additional information on the requirement for the integration of changes into the DeltaBot.
Once the changes in your pull request are approved, they can be merged into main.

That's it for now. Feel free to contribute to the project ❤️