Skip to content

Commit f2eb176

Browse files
chore: update configuration
_This PR is created by sync and will be force-pushed daily. Overwriting any manual changes done to this PR._ - Updated the pull request template
1 parent 039d225 commit f2eb176

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[Reviewers guide](https://www.notion.so/lightbase/Pull-request-PR-reviews-Frontend-66f65f2fc91948a79d8f53a138e6f422)
1+
**Description**
22

33
**Checklist**
44

5-
Please check the following items before submitting the PR. Add relevant explanations for the below points
6-
under the description.
5+
Please check the following items before submitting the PR. Add relevant explanations for the below points in
6+
the description.
77

88
- [ ] The PR title is in line with the following examples:
99
- `chore(ci): add speedups to lint job`
@@ -27,16 +27,18 @@ under the description.
2727
[technical debt](https://www.notion.so/Technical-debt-refactoring-eabbdee2b66945d7b55517f92cca20bb) is
2828
marked with a TODO comment.
2929
- Obsolete comments are removed.
30-
- [ ] The PR does not add a new dependency. Follow
31-
[this document](https://www.notion.so/lightbase/Introducing-dependencies-ac169cfeafb44782bded308810237737)
32-
and add the link to in the description.
33-
- [ ] The PR does not contain changes to the design system.
34-
- [ ] The PR does not add 'exclusions' on the design system.
35-
- [ ] The PR reuses existing components.
36-
- [ ] The PR does not introduce new base components.
37-
- [ ] The PR uses translations for all necessary strings.
38-
- [ ] The PR does not include unrelated changes.
39-
- [ ] The PR does not include `// @ts-expect-error` / `// eslint-disable` comments.
40-
- [ ] The PR does not mix dependency updates and refactoring with features and fixes.
4130

42-
**Description**
31+
<!-- Other points to manually check and if necessary, elaborate on in the description
32+
33+
- The PR does not add a new dependency. Follow [this document](https://www.notion.so/lightbase/Introducing-dependencies-ac169cfeafb44782bded308810237737) and add the link to in the description.
34+
- The PR does not contain changes to the design system.
35+
- The PR does not add 'exclusions' on the design system.
36+
- The PR reuses existing components.
37+
- The PR does not introduce new base components.
38+
- The PR uses translations for all necessary strings.
39+
- The PR does not include unrelated changes.
40+
- The PR does not include `// @ts-expect-error` / `// eslint-disable` comments.
41+
- The PR does not mix dependency updates and refactoring with features and fixes.
42+
-->
43+
44+
[Reviewers guide](https://www.notion.so/lightbase/Pull-request-PR-reviews-Frontend-66f65f2fc91948a79d8f53a138e6f422)

0 commit comments

Comments
 (0)