-
Notifications
You must be signed in to change notification settings - Fork 13
Branch descriptions
toonarmycaptain edited this page Jan 17, 2019
·
2 revisions
Currently we have several semi-permanent branches. This list will be updated periodically, but will hopefully serve as a guide to where PRs should be directed.
master - Ideally no direct commits. Current release/release candidate.
-
development
General development branch. General PRs, improvements, fixes. Branches for new features based on this branch. Hope is for PRs, features, bugfixes to be committed with tests.-
avatar_processing
Self explanatory. Development of features related to accepting user avatars and using them within dionysus. -
image_creation
Creation of chart images.
-
avatar_processing
-
Codebase improvements and maintenance.
-
new_test_coverage
Ideally new features will be committed with tests, but this branch is for adding new test coverage/improving existing tests, and eventually full integration tests. Will be rebased on development branch regularly, preferably before big PRs.
Suggest basing own branch on development before making PR here, to ensure new coverage works with existing repo state. - new_CI_coverage Experiment with setup or reconfiguration CI tools before pushing to main branches.
-
new_test_coverage