Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 1.1 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

21 lines (18 loc) · 1.1 KB

Before you contribute, please review these guidelines to help ensure a smooth process for everyone.

Thanks.

  • Read how to properly contribute to open source projects on Github.
  • Fork the project.
  • Use a feature branch.
  • Write good commit messages.
  • Use the same coding conventions as the rest of the project.
  • Commit locally and push to your fork until you are happy with your contribution.
  • Make sure to add tests and verify all the tests are passing when merging upstream.
  • Please add your name to the CONTRIBUTORS.md file. Adding your name to the CONTRIBUTORS.md file signifies agreement to all rights and reservations provided by the License.
  • Squash related commits together.
  • Open a pull request.
  • The pull request will be reviewed by the community and merged by the project committers.