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

add error to error.json file #26

Closed
devvsakib opened this issue Jan 10, 2023 · 5 comments
Closed

add error to error.json file #26

devvsakib opened this issue Jan 10, 2023 · 5 comments
Assignees
Labels
documentation Improvements or additions to documentation EddieHub:good-first-issue help wanted Extra attention is needed

Comments

@devvsakib
Copy link
Owner

if you get any errors and solved or not, please add them to src/data/error.json file.
We are collecting all types of errors that may occur when you commit, push, pull, merge, or while changing branches.

Example:

 {
      "type": "push",
      "title": "! [rejected] branch -> branch (non-fast-forward)",
      "description": "Some quick example text to build on the card title and make up the bulk of the card's content.error: failed to push some refs to 'git@github.com:/reponame.git' To prevent you from losing history, non-fast-forward updates were rejected Merge the remote changes (e.g. 'git pull') before pushing again. See the 'Note about fast-forwards' section of 'git push --help' for details.",
      "solutions": "git push origin [branch name] -f"
    }

Type: add, pull, merge, push, commit, git init, etc...
Title: it's mandatory to add a title CZ our search filter work on the title.
Description: Copy the error from the terminal or describe it
Solution: If you know how to solve it, please add it here. to break the link use < this. if not solved leave it blank.

@devvsakib devvsakib added documentation Improvements or additions to documentation help wanted Extra attention is needed EddieHub:good-first-issue labels Jan 10, 2023
@AryanGodara
Copy link
Contributor

I'll get started with this, please assign me to this issue @devvsakib !

@devvsakib
Copy link
Owner Author

sure thing, good luck @AryanGodara

@devvsakib
Copy link
Owner Author

Hi, @AryanGodara how's going

@AryanGodara
Copy link
Contributor

Sorry @devvsakib, I got tangled in college work, I'll start work on this this weekend.
Sorry for the inactivity!

@devvsakib
Copy link
Owner Author

@AryanGodara no problem, take your time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation EddieHub:good-first-issue help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants