Thanks for your interest in contributing to DAOBS.
Please use the GitHub issue tracker. Before creating a new issue, do a quick search to see if the problem has been reported already.
Look for README.md
files! Several directories contain a readme.md
file that explains the contents of the directory and how to work with them.
Our preferred means of receiving contributions is through pull requests. Make sure that your pull request follows our pull request guidelines below before submitting it.
This page describes what you need to know to contribute code to DAOBS as a developer.
If possible, configure your editor to follow the coding conventions of the
library. A .editorconfig
file is included at the root of the repository that
can be used to configure whitespace and charset handling in your editor. See
that file for a description of the conventions. The EditorConfig site links to plugins for various editors.