Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 717 Bytes

pull_request_template.md

File metadata and controls

27 lines (14 loc) · 717 Bytes

What this PR is about?

if it is a new question for the website

put here the question like: "Tab or Space"

Upload a screenshot of the question taken from your localhost environment

Add the label: new question

Your PR will be reviewed and our CI will run some tests and checks. If everything is fine, and the joke is fun, we will merge it and your question will be available on the website 🎉


If it's a new feature

  • Describe your feature. If it's an existing issue, add the link to the issue.
  • Add the label feature or improvement.

Tests

  • I have run the tests of the project. nx affected --target=test

Clean Code

  • I made sure the code is type safe (no any)