omry / omegaconf

Flexible Python configuration system. The last one you will ever need.
BSD 3-Clause "New" or "Revised" License
1.91k stars 104 forks source link

Create PR template #1119

Closed Jasha10 closed 11 months ago

Jasha10 commented 1 year ago

This PR creates a PULL_REQUEST_TEMPLATE.md file nudging potential contributors to (1) add tests to their PR and (2) check out the CONTRIBUTING.md file in the repo's root.

The template is based on https://github.com/facebookresearch/hydra/blob/main/.github/PULL_REQUEST_TEMPLATE.md

omry commented 12 months ago

Maybe add a "fixes ###" line to encourage people to have a corresponding issue that PR is addressing.

Jasha10 commented 12 months ago

Updated