Skip to content

Commit

Permalink
create pull request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
YuraVolk committed Sep 12, 2023
1 parent d64ec45 commit 731a31a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/new-landing-proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## New Finished Landing Proposal

### Description
Please provide a brief description of the landing proposal and its purpose.

### Changes Made
List the changes that were made to create the new landing proposal.

### Resources
If applicable, include the base resources such as a Figma link or a Photoshop file.

### Testing
Describe the testing that has been done to ensure the functionality and responsiveness of the landing proposal.

### Checklist
- [ ] HTML structure is valid and semantic.
- [ ] SCSS is organized and follows best practices.
- [ ] The landing proposal is responsive and mobile-friendly.
- [ ] All links and images are working correctly.
- [ ] The landing proposal has been tested on different browsers and devices.
- [ ] The landing proposal has been reviewed for accessibility and meets Web Content Accessibility Guidelines guidelines.

### Related Issues
List any related issues or tasks that are associated with this pull request.

### Checklist for Reviewers
- [ ] Review the HTML structure and ensure it is semantic and valid.
- [ ] Review the CSS code for organization and adherence to best practices.
- [ ] Test the landing proposal on different browsers and devices.
- [ ] Check for responsive design and mobile-friendliness.
- [ ] Review the documentation and comments in the code.
- [ ] Check for accessibility compliance.
- [ ] Provide constructive feedback and suggestions for improvement.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes #

0 comments on commit 731a31a

Please sign in to comment.