Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 958 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

23 lines (13 loc) · 958 Bytes

Pull Request template Please, go through these steps before you submit a PR.

Make sure that your PR is not a duplicate. If not, then make sure that: 2.1. You have done your changes in a separate branch. Branches MUST have descriptive names that start with either the fix/ or feature/ prefixes. Good examples are: fix/signin-issue or feature/issue-templates.

2.2. You have a descriptive commit message with a short title (first line).

2.3. rm -rf output/ and pulp build don't throw any warnings or errors. If it does, fix them first and amend your commit (git commit --amend).

After these steps, you're ready to open a pull request.

3.1. Give a descriptive title to your PR.

3.2. Provide a description of your changes.

3.3. Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).

IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.

PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING