Hi Stackies! In order for you to add your resolution please Add yourself to the list of stackies in Alphabetical Order along with your first pull request.
This document lays out how to get you started in contributing, so please read carefully and throughly.
If you have any concerns or the steps are unclarified to you, you can approach your concern in the discussions.
- Fork this project
Click the fork button on the repo at https://github.com/AbbeyIT/Stackie-2023-resolution
- Clone your forked version
Your repo will now be in your GitHub. Clone the repo to your computer with the following command:
git clone https://github.com/<YOUR-GITHUB-USERNAME>/Stackie-2023-resolution.git
- Switch to the cloned folder.
cd Stackie-2023-resolution
- Create a branch
Branch away from the main
branch and use the following schema for naming your branches:
git checkout -b <ANY-NAME>
- Make changes
- Open
STACKIES.md
file. - Add your details to the table with your name, github handle, and your resolution.
- Make sure to add your name in Alphabetical Order.
Example Format
| [Name](GitHub-Link) | Resolution |
| [Abbey](https://github.com/AbbeyIT) | To focus on my health more |
- Staged your commit.
Add your changes to the STACKIES.md
file with the following command:
git add STACKIES.md
- Commit your changes (write a short descriptive message of what you have done)
git commit -m "add <yourname> to Stackies"
If you are not sure how to make a good commit message, please read here.
- Push your changes to your forked version
Push your changes, use your branch name you created above
git push origin <BRANCH-NAME>
- Go to the original project on GitHub & Create a Pull Request
You now will get a link in the terminal to create the pull request you can go to that link or go into your forked repo and create the pull request.
-
On the GitHub website, navigate to your forked repo - on the top of the files section, you'll notice a new section containing a
Compare & Pull Request
button. -
Click on that button, this will load a new page, comparing the local branch in your forked repository against the main branch in the Stackie 2023 resolution repository. Fill up the necessary details there and click the green
Create Pull Request
button. -
Your pull request will be reviewed and then eventually merged.
A GitHub conflict is when people make changes to the same area or line in a file. This must be fixed before it is merged to prevent collision in the main branch.
-
To read more about this, go to GitHub Docs - About Merge Conflicts
-
To find out about how to fix a Git Conflict, go to GitHub Docs - Resolve Merge Conflict
-
You can also submit an issue in the Issues.
You have now created your first pull request to this repo and have your first contribution. On to more green squares! 🟩