Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile_responsiveness Template to Github Form #3014

Merged
merged 1 commit into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/Mobile_responsiveness.md

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/Mobile_responsiveness.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: 'Responsiveness on mobile '
description: 'Standard HackforLA issue template '
title: 'Mobile Responsiveness on [name of the page] : [quick recap of the bug here]'
labels: ['role: design']
# assignees:

body:
- type: textarea
id: overview
attributes:
label: Overview
description: |
We need to check the mobile version of every pages on the website so that we correct any bug that is appearing on mobile.
1. Explain the bug that you have observed
2. Put a screenshot of the bug: you can use the following template to create a drop down image
value: |
<details>
<summary>TITLE IMAGE </summary>
![image](https://user-images.githubusercontent.com/77212035/134111368-bc5dfa08-0dd3-47be-a0e2-a60c6a362bf7.png)
</details>
validations:
required: true
- type: markdown
attributes:
value: "## Action Items"
- type: checkboxes
id: action-design
attributes:
label: "Design:"
options:
- label: "Check the mobile responsiveness of this page (use your mobile to do it ;) )"
- label: "If there is any bug/any inconsistency or problem, however small or large, edit this issue and list the bug with screenshots in the Overview section above. _You have more than one bug? duplicate this issue and create one issue per bug. "
- label: "List all the changes to implement to correct the bug (eg: resizing..) in the development action items below. (don't hesitate to create 1 checkbox for each changes)"
- label: "Put the issue(s) in the review column to check the feasibility with the devs. "
- type: textarea
id: action-development
attributes:
label: Development
value: |
- [ ] Implement the following changes : '_list your changes here_ '
- [ ] Ensure that the correction doesn't break any other pages that is connected to the one your changing. For that, check [the sitemap](https://www.hackforla.org/sitemap.xml)
- type: textarea
id: resources-instructions
attributes:
label: Resources/Instructions
description: Provide links to the figma file (if there is one), and to the page where the bug is observed.
validations:
required: true