Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 1.49 KB

Contributing to the UserFrosting learning resources

Thank you for considering to contribute to the UserFrosting learning resources!

Ways to contribute

Here's a few examples of what you could do to improve the learning resources of UserFrosting:

  • fix typos;
  • translate;
  • add examples;
  • fix incorrect statements;

You can also contribute by checking out the open issues and giving your two cents. Especially if your two cents are different than everyone else's. New perspectives can be excellent learning opportunities.

Formatting

UserFrosting documentation is written in Markdown. Usual Markdown syntax is available for formatting individual pages. Advance formatting, including note, info, tip and warning notices is available through the Grav shortcode plugin.

Pull Requests

Pull Requests for this repository should be created against the appropriate branch as per the table below. If you're unsure, just pick the branch that fits best and someone will take it from there.

Change should be published Branch to make PR against
current release master
next patch release hotfix
next breaking change release develop
previous release previous.vesion.branch

Code contributions

Please direct your attention to the UserFrosting contribution guide