Pokedex Website
Our Awesome Contributors
Want to contribute?
We welcome contributions.
- Fork the Project
- Clone your forked repository
git clone https://github.com/TheShiveshNetwork/Pokedex.git- Run the following command to change the working directory
cd pokedex- Run the following command to install all the dependencies
npm installor
npm i- Now go ahead and create a new branch and move to the branch
git checkout -b <branch-name>- After you have added your changes, follow the following command chain Check the changed files
git status -s- Add all the files to the staging area
git add .- Commit your changes (add decent message )
git commit -m "<EXPLAIN-YOUR_CHANGES>"- Push your changes
git push origin <branch-name>- Open a Pull Request
- Make a pull request! (compare your branch with the owner main branch)
Pull requests guidlines
You're pull request must :
-
Have valid code that works without any sort of bugs
-
Please don't make duplicated pull request, just give mainainers some time and you're PR is going to be reviewd
-
If you're adding dependendices than please consider using an .gitignore to ignore the node_modules folder and any non-needed files