Skip to content

The development repository of CKEditor

Notifications You must be signed in to change notification settings

cricri042/ckeditor-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Contributing through Ticket Branches

This repository is a development space designed for contributing to the development of the main ckeditor-dev repository of CKEditor.

The master Branch

The master branch of this repository is intentionally empty, containing this readme file only. There is no master code here, having all branches usually targeting one of the original CKEditor branches.

The "Ticket Branches"

All branches in this repository follow the same naming convention: t/xyz. The "xyz" part refers to a ticket number in the CKEditor development site. For example, an hypothetical branch name t/123 should contain fixes for the ticket #123. That's why these branches are called "ticket branches".

All ticket branches were created out of the original CKEditor branches (usually master or major).

Warning!

The fixes introduced in the tickets branches are still under development. These branches may be incomplete, unstable or broken. They are still pending review from the CKEditor core team and their successive "masterisation".

Additionally, there are no strictly rules regarding "force pushing" (git push -f) and "rebasing" on these branches, so don't expect their commits hashes to stay stable. Operations like commits reordering and squashing are accepted.

Finally, once masterised, ticket branches are deleted.

Contributing to CKEditor (Yeah!)

You can easily contribute to CKEditor editor:

  1. Fork the ckeditor-dev repository.
  2. Push ticket branches into your fork.
  3. Start pull requests for your ticket branches directly on GitHub.

The ticket branching system is well accepted by the CKEditor core team being it their everyday working model.

Good coding!

About

The development repository of CKEditor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages