Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 1.3 KB

Contributing

Contributions are welcome and will be fully credited. They are accepted via Pull Requests on Laravel Toman repository.

Things you can do

If you want to contribute but do not know where to start, this list provides some starting points.

  • Add a new payment gateway, for example:
  • Refactor if you think there are better approach to do things.
  • Improve documents and comments; Fix grammatical errors, typos, etc.

💡 You can also check the Todo section to find what you can work on or discuss new features that you may find useful to have.

Pull Requests

  • Add tests - We need to have tests for the features.

  • Document any change in behaviour - Make sure documents in docs/ directory are kept up-to-date.

  • Consider our release cycle - We're following SemVer v2.0.0.

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

  • Write meaningful messages - Make sure each individual commit message in your pull request is meaningful.

Happy coding!