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

[feature] Add a succesful Alert component after user has registered succesfully #39

Open
Frenziecodes opened this issue Jan 8, 2023 · 5 comments
Assignees
Labels
assigned Has been assigned feature hacktoberfest up for grabs Has not been assigned yet

Comments

@Frenziecodes
Copy link

after users have successfully created an account, it could be nice if they get an alert message notifying them that their account has been registered successfully. #24

@github-actions github-actions bot added hacktoberfest up for grabs Has not been assigned yet labels Jan 8, 2023
@meshiv5
Copy link

meshiv5 commented Jan 20, 2023

Hey , Can I work on this if its not done yet

@meshiv5
Copy link

meshiv5 commented Feb 5, 2023

@LewisUshindi hey i have made the changes locally but unable to commit changes to my branch . guide me next steps please

@Frenziecodes
Copy link
Author

@meshiv5 okay you can use the procedure below to commit the changes and create a pull request

  1. Make sure you are on the correct branch. You should switch to the branch where the changes have been made by using command 'git checkout [branch_name]
  2. stage the changes : use the command 'git add [file_name]' to stage the changes that have been made locally. To stage all changes use 'git add'
  3. Commit the changes: use the command "git commit-m 'commit message'" . the commit messae should be brief describing changes made.
  4. Push changes to the remote repository : " git push origin [branch_name]"
  5. create a pull request: you should navigate to the repository and switch to the branch where the changes have been pushed. click on "new pull request" button and select the branch to create a pull request.
  6. submit the pull request

@meshiv5
Copy link

meshiv5 commented Feb 5, 2023

i am unable to push it says you dont have permissions

@kiranrega
Copy link

can i work on this issue ? if its not completed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned Has been assigned feature hacktoberfest up for grabs Has not been assigned yet
Projects
None yet
Development

No branches or pull requests

4 participants