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

Change the user profile bio input field to a textarea #51

Closed
NitinMa2 opened this issue Apr 3, 2021 · 2 comments
Closed

Change the user profile bio input field to a textarea #51

NitinMa2 opened this issue Apr 3, 2021 · 2 comments
Assignees
Labels
enhancement Improvement of existing feature first timers only Super easy issue to fix if you've never contributed to open source before good first issue Good for newcomers

Comments

@NitinMa2
Copy link
Contributor

NitinMa2 commented Apr 3, 2021

When you go to the User Profile and try to update your bio, there is an input tag used. But a bio is descriptive so it would make more sense to use a textarea. We already have a textarea implemented for the feedback form. Your task would be to change the input field to a textarea.

Steps to accomplish the task:

  1. If you haven't done already, create a new branch that you'll make your changes on.
  2. Navigate to the file, src/views/UserProfile.vue
  3. Find the input tag that has the id bio. This is what needs to be replaced.
  4. Navigate to the file, src/views/Feedback.vue
  5. Find the textarea tag that has the id feedback__message. This is what you need to replicate. Don't forget to include the styles.
  6. Follow the steps to submit your PR.
@NitinMa2 NitinMa2 added enhancement Improvement of existing feature good first issue Good for newcomers first timers only Super easy issue to fix if you've never contributed to open source before labels Apr 3, 2021
@mgs-mnlngt
Copy link
Contributor

I've attempted this issue.

@NitinMa2
Copy link
Contributor Author

NitinMa2 commented Apr 3, 2021

Alright, I've assigned you

@NitinMa2 NitinMa2 closed this as completed Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing feature first timers only Super easy issue to fix if you've never contributed to open source before good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants