v-bucket Contributing Guide
September 24, 2020 ยท View on GitHub
Hi! We're really excited that you are interested in contributing to v-bucket. Before submitting your contribution, please make sure to take a moment and read through the following guidelines:
Issue Reporting Guidelines
- Always use bug_report template to create new issues.
Pull Request Guidelines
-
The
masterbranch is just a snapshot of the latest stable release. All development should be done in dedicated branches. Do not submit PRs against themasterbranch. -
Checkout a topic branch from the relevant branch, e.g.
dev, and merge back against that branch. -
Work in the
srcfolder and DO NOT checkindistin the commits. -
If adding a new feature:
- Add accompanying test case.
- Provide a convincing reason to add this feature. Ideally, you should open a suggestion issue first and have it approved before working on it.
-
If fixing bug:
- Provide a detailed description of the bug in the PR. Live demo preferred.
-
It's OK to have multiple small commits as you work on the PR - GitHub can automatically squash them before merging.
-
Make sure tests pass!