Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 723 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

11 lines (10 loc) · 723 Bytes

Pull Request checklist

  • My branch follows the naming convention e.g. "challenge-1/asavov"
  • I am contributing single HTML file, no folders, no any other external files even icons or images. - Image CDN
  • My HTML is 100% valid - HTML Validator
  • My code is semantic (HTML/CSS/JS)
  • I preferred native elements than external libraries/packages
  • I used meaningful class names
  • The elements, properties or APIs I used have sufficient browser support, required by the task I worked on
  • My code is performant
  • My code follows the general best practices in web development and the style guidelines of this project