Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Dec 5, 2022
1 parent 0ad8fe4 commit 3c029fc
Showing 1 changed file with 7 additions and 26 deletions.
33 changes: 7 additions & 26 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,13 @@
**PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**
## Roadmap Task

## Pull Request template
👉 https://github.com/getlago/lago/issues/{{NUMBER}}

Please, go through these steps before you submit a PR.
## Context

1. Make sure that your PR is not a duplicate.
2. If not, then make sure that:
Include relevant motivation and context.

a. 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`.
## Description

b. You have a descriptive commit message with a short title (first line), named by the [Conventional commit convention](https://www.conventionalcommits.org/en/v1.0.0/)
Describe your changes in detail.

c. You have only one commit (if not, squash them into one commit).

d. Make sure to always use `rebase`, we do not accept merge commits.

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

a. Give a descriptive title to your PR.

b. Describe your changes.

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

d. Add the corresponding labels to your pull request (ex: feature, improvement, bug...)

e. Make sure the CI is fully passing

IMPORTANT: Please review the [CONTRIBUTING.md](../CONTRIBUTING.md) file for detailed contributing guidelines.

**PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**
List any dependencies that are required.

0 comments on commit 3c029fc

Please sign in to comment.