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

Latest commit

 

History

History
47 lines (32 loc) · 1.55 KB

CONTRIBUTING.rst

File metadata and controls

47 lines (32 loc) · 1.55 KB

Contributing to Netdev

You're welcome to contribute to this project.

Asking questions

You can always ask me any question about this project in:

You can also use the issue tracker for asking.

Reporting bugs

For reporting bugs, you need to use the issue tracker. Before creating a new issue, please check the currently open issues to see if your problem has already been reported.

Requesting feature enhancements

The issue tracker should also be used to post feature enhancement requests.

Contributing code

I haven't any restrictions about contributing code. I can create PR with any fixes and features and you don't need to do anything else for it except PR. All PRs will be reviewed.

You should also know, that code is distributed by using 3-clause BSD license.

Branches

I have two main branches:

  • The master branch always has a latest stable version of the code. All commits on this branch are Releases.
  • The develop branch is the main branch for implementing and testing new features and fixing bugs. If you have a heavy feature you can create a separate branch for that. All PR is merged only to develop branch