Skip to content

Commit bd395b1

Browse files
committed
Merge branch 'Dev' into blog-styles
update blog-styles with Dev.
2 parents aadfbf5 + 2b09e14 commit bd395b1

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
[Have you read the contributing guidelines ?](https://github.com/SpaceyaTech/SYT-Web-Redesign/blob/Dev/docs/CONTRIBUTING.md)
22

3-
# What is the purpose of your *pull request*?
3+
# What is the purpose of your _pull request_?
44

5-
- [ ] Bug fix
6-
- [ ] New feature
5+
- [ ] Bug fix
6+
- [ ] New feature
7+
- [ ] Documentation
78

89
# Proposed changes
910

10-
1111
# Warning
1212

1313
Please read these points carefully and answer honestly with an `X`
14-
into all the boxes. Example : [X]
14+
into all the boxes. Example : [X]
15+
16+
Before submitting a _pull request_ make sure you have:
17+
18+
- [ ] Read the guidelines for contributing.
19+
- [ ] Wrote some tests.
20+
- [ ] Respected the linting guidelines (read the guide below for help).
21+
22+
## How to Check and Fix Linting Issues
23+
24+
Run `npm run validate`. This command will run prettier and eslint checks to ensure linting guidelines are respected.
1525

16-
Before submitting a *pull request* make sure you have:
26+
- If the command exits with code 0 (build is successful), there are no linting issues.
1727

18-
- [ ] Read the guidelines for contributing.
19-
- [ ] Wrote some tests.
20-
- [ ] Respected the linting guidelines.
28+
- If the command exits with a code other than 0, scroll up the command output and look for identified linting issues. Fix them and revalidate to check if the issues have been resolved by re-running the command.

0 commit comments

Comments
 (0)