-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Recode-Hive:main' into main
- Loading branch information
Showing
11 changed files
with
5,546 additions
and
7,553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,4 +44,4 @@ in case you are stuck: | |
|
||
<br> | ||
|
||
# **Thank you for contributing💗** | ||
# **Thank you for contributing💗** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
### Following are the steps to contribute: | ||
|
||
1. **Fork the repo:** | ||
Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account. | ||
|
||
2. **Clone the repo:** | ||
Clone the forked repository to your local machine using the following command in your terminal: | ||
|
||
```bash | ||
git clone https://github.com/<your-github-username>/Stackoverflow-Analysis | ||
``` | ||
|
||
3. **Add a remote upstream:** | ||
Add a remote upstream to the original repository to sync changes from the original repository. Run the following command in your terminal: | ||
|
||
```bash | ||
git remote add upstream https://github.com/original-owner-username/Stackoverflow-Analysis | ||
``` | ||
|
||
4. **Create a new branch:** | ||
Create a new branch for your changes. Run the following command in your terminal: | ||
|
||
```bash | ||
git checkout -b <your-branch-name> | ||
``` | ||
|
||
5. **Make changes:** | ||
Make the desired changes to the source code. | ||
|
||
6. **Add your changes:** | ||
Add your changes to the staging area. Run the following command in your terminal: | ||
|
||
```bash | ||
git add <File1 changed> <File2 changed> ... | ||
``` | ||
|
||
7. **Commit your changes:** | ||
Commit your changes with a meaningful commit message. Run the following command in your terminal: | ||
|
||
```bash | ||
git commit -m "<your-commit-message>" | ||
``` | ||
|
||
8. **Push your changes:** | ||
Push your changes to your forked repository. Run the following command in your terminal: | ||
|
||
```bash | ||
git push origin <your-branch-name> | ||
``` | ||
|
||
9. **Create a PR:** | ||
Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR. | ||
|
||
### Alternatively contribute using GitHub Desktop | ||
|
||
1. **Open GitHub Desktop:** | ||
Launch GitHub Desktop and log in to your GitHub account if you haven't already. | ||
|
||
2. **Clone the Repository:** | ||
- If you haven't cloned the Stackoverflow-Analysis repository yet, you can do so by clicking on the "File" menu and selecting "Clone Repository." | ||
- Choose the Stackoverflow-Analysis repository from the list of repositories on GitHub and clone it to your local machine. | ||
|
||
3. **Switch to the Correct Branch:** | ||
- Ensure you are on the branch that you want to submit a pull request for. | ||
- If you need to switch branches, you can do so by clicking on the "Current Branch" dropdown menu and selecting the desired branch. | ||
|
||
4. **Make Changes:** | ||
Make your changes to the code or files in the repository using your preferred code editor. | ||
|
||
5. **Commit Changes:** | ||
- In GitHub Desktop, you'll see a list of the files you've changed. Check the box next to each file you want to include in the commit. | ||
- Enter a summary and description for your changes in the "Summary" and "Description" fields, respectively. Click the "Commit to <branch-name>" button to commit your changes to the local branch. | ||
|
||
6. **Push Changes to GitHub:** | ||
After committing your changes, click the "Push origin" button in the top right corner of GitHub Desktop to push your changes to your forked repository on GitHub. | ||
|
||
7. **Create a Pull Request:** | ||
- Go to the GitHub website and navigate to your fork of the Stackoverflow-Analysis repository. | ||
- You should see a button to "Compare & pull request" between your fork and the original repository. Click on it. | ||
|
||
8. **Review and Submit:** | ||
- On the pull request page, review your changes and add any additional information, such as a title and description, that you want to include with your pull request. | ||
- Once you're satisfied, click the "Create pull request" button to submit your pull request. | ||
|
||
9. **Wait for Review:** | ||
Your pull request will now be available for review by the project maintainers. They may provide feedback or ask for changes before merging your pull request into the main branch of the Stackoverflow-Analysis repository. | ||
|
||
⭐️ Support the Project | ||
If you find this project helpful, please consider giving it a star on GitHub! Your support helps to grow the project and reach more contributors. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.