Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 1.2 KB

Contributing to DAOBS

Thanks for your interest in contributing to DAOBS.

Submitting Bug Reports

Please use the GitHub issue tracker. Before creating a new issue, do a quick search to see if the problem has been reported already.

Getting Familiar with the Code in the Repository

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.

Contributing Code

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.

Configure your editor

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.