https://github.com/bsc-pm/dlb
Revision 505f043589db238141e932463ad7a65dff9b3f27 authored by Victor Lopez on 16 March 2022, 15:17:34 UTC, committed by Victor Lopez on 16 March 2022, 15:17:34 UTC
1 parent 4603446
Raw File
Tip revision: 505f043589db238141e932463ad7a65dff9b3f27 authored by Victor Lopez on 16 March 2022, 15:17:34 UTC
Bump version to 3.2
Tip revision: 505f043
CONTRIBUTING.md
# Contributing Guide

## Issue contributions
For either questions or bugs, submit a ticket for your issue, assuming one does
not already exist. Try to:

* Describe the issue including steps to reproduce when it is a bug.
* Make sure you fill in the version that you are using.

## Code contributions
If you want to contribute, fork this project and make a pull request. Try to:

* Write tests.
* Follow our [coding guidelines][coding].
* Write a [good commit message][commit].

[coding]: doc/guides/coding-guidelines.md
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
back to top