Lumberjack
WebsiteRareloopTimber DocumentationTwig Documentation
v3
v3
  • Documentation
  • Getting Started
    • Installation
    • Quick Start
    • Configuration
  • The Basics
    • Lifecycle
    • Post Types
    • WordPress Controllers
    • Routing
    • HTTP Responses
  • Container
    • Using the Container
    • Service Providers
    • Facades
  • Misc
    • Changelog
    • Contributing
    • Notable Mentions
    • Code of Conduct
    • View on GitHub
    • Submit an issue
Powered by GitBook
On this page
  • Pull Requests
  • Running Tests
  1. Misc

Contributing

PreviousChangelogNextNotable Mentions

Last updated 2 years ago

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on .

Pull Requests

  • - The easiest way to apply the conventions is to install .

  • Add tests - Your patch likely will not be accepted if it doesn't have tests.

  • Create feature branches - Don't ask us to pull from your master branch.

  • One pull request per feature or fix - If you want to do more than one thing, send multiple pull requests.

  • Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please before submitting. We follow the advice of Chris Beams on .

Running Tests

$ phpunit
Github
PSR-2 Coding Standard
PHP Code Sniffer
squash them
How to write good commit messages