Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 721 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 721 Bytes

Contributor Agreement

About Pull Requests

Pull request templates are coming soon, but the basic idea is

  1. Run the fixer. Use your IDE or composer lintfix.
  2. Run the linter. Use your IDE or composer lint.
  3. Write tests for new code.
  4. Make sure tests for existing code pass. Only change those tests if there is a change in those classes, and then very carefully. Use composer test.

About Copyright

This project is covered by the Apache License version 2. All contributions are considered to be offered under that same license. We do ask that you grant us the right to enforce that license on behalf of you.

On behalf of the Smolblog project, we sincerely thank you for your contributions.

-- Evan