An open API service indexing awesome lists of open source software.

https://github.com/msaaddev/hacktoberfest

🚀 Let's contribute to open-source: A list of issues you can resolve for Hacktoberfest. Also, feel free to leave a PR in this Hacktoberfest repository.
https://github.com/msaaddev/hacktoberfest

hacktoberfest hacktoberfest-accepted open-source

Last synced: over 1 year ago
JSON representation

🚀 Let's contribute to open-source: A list of issues you can resolve for Hacktoberfest. Also, feel free to leave a PR in this Hacktoberfest repository.

Awesome Lists containing this project

README

          

![hacktoberfest](assets/Hacktoberfest.png)


Let's Contribute To Open-source


![separator](assets/separate.jpg)

Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.


### *Completing the Challenge*

If you have previously never contributed to any open-source software then these steps will help you get started:

1. Go to Hacktoberfest [official website](https://hacktoberfest.digitalocean.com/) and sign in there using your GitHub.
2. I am assuming you have git installed and setup in your computer. If it isn't, download and install it from [here](https://git-scm.com/downloads).
3. Fork this repository by clicking on the top right corner where it is written `Fork`.
4. Once it is forked, clone the repository in your computer. For this, copy the URL in the address bar, and use the following command:

```sh
git clone url_you_just_copied
```

4. Open this cloned repository in your preferred code editor. Also, open a terminal in this directory.
5. Now type in the following command in the terminal and replace `username` with your GitHub username.

```sh
git checkout -b username
```

6. Create a markdown file inside the `profiles` directory and name it `username.md`. Replace the `username` with your GitHub username. For instance, my GitHub username is `msaaddev`, so I have created a file with name `msaaddev.md`.
7. Now copy the following and paste it inside the file you just created. Add your information as well. You can also take a look at my [file](https://github.com/msaaddev/Hacktoberfest/blob/main/profiles/msaaddev.md) for example.

```md
Name: Here goes your name

Username: Here goes your GitHub username

Favorite Language: Here goes your fav programming language
```

8. Once you have done all this, commit your changes to GitHub. You can do this with the following commands. Make sure you execute them in the precise order one after another in your terminal.

```sh
# copy and paste the following in the terminal
git add .

# copy and paste the following in the terminal after you have executed the previous command
git commit -m "hacktoberfest contribution"

# copy and paste the following in the terminal after you have executed the previous command
git push -u origin your_github_username
```

9. Now open the forked repository on your GitHub. You will see a yellow box at the top telling you that some changes are pushed. You will also see a button called `Compare & pull request`. Click on it.
10. Now add a title, some description and voila! You have opened a pull request in this repository.
11. Also star this repository. 😉

*You need to open **four** valid pull requests in order to complete the challenge. If you have performed the above steps, you have already opened one pull request. And you need only three more.*


>Note: Those repositories who have `hacktoberfest` as a label are considered for Hacktoberfest challenge only.


### *Resources*

- If you are contributing for the first time, check this [repository](https://github.com/firstcontributions/first-contributions).
- If you don't know how to fork a repository. check this [out](https://docs.github.com/en/get-started/quickstart/fork-a-repo).
- Need help with Git commands, take a look [here](https://github.com/msaaddev/git-commands-workflows).
- Want to contribute to other repositories that are participating in Hacktoberfest, [click here](https://github.com/issues?q=is%3Aopen+is%3Aissue+label%3AHacktoberfest).


### *Hacktoberfest Issues*

| Issues | Good First Issue |
| ----------- | ----------- |
| [Issues with Hint Message in Error Based SQL Injection and union Based SQL Injections](https://github.com/SasanLabs/VulnerableApp/issues/310) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [multiple before() or after() empty blocks can be added to a test suite](https://github.com/ngarbezza/testy/issues/202) | ![no](https://img.shields.io/badge/Good%20first%20issue-no-%23dc143c?style=for-the-badge) |
| [Make footer stick to bottom of the page](https://github.com/rishipurwar1/coding-space/issues/62) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Enable offline caching](https://github.com/F1nnM/dungeons-and-trivia/issues/1) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Don't execute the build action as check on PRs](https://github.com/F1nnM/Rainbow-Cards/issues/8) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Redirect to analysis after upload.](https://github.com/F1nnM/HyperViz/issues/2) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Update to new Streamlit version](https://github.com/F1nnM/HyperViz/issues/1) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Improve the code](https://github.com/shubhamcodez/OpenMeme/issues/24) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Add Given Sites In the Events/Programs Page](https://github.com/shikha-16/Women-in-Technology/issues/147) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [a tag Link color not changing according to dark mode](https://github.com/shikha-16/Women-in-Technology/issues/142) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Merge the Beginners and Guidelines pages](https://github.com/shikha-16/Women-in-Technology/issues/140) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Replace network image](https://github.com/mlsa-amu/MLSA-AMU/issues/4) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Add Given Sites In the Events/Programs Page](https://github.com/shikha-16/Women-in-Technology/issues/147) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Create a 2048 web game](https://github.com/Hacktoberfest-SCE/Lets-Build/issues/2) | ![no](https://img.shields.io/badge/Good%20first%20issue-no-%23dc143c?style=for-the-badge) |
| [Enhance our SGPA Calculator project](https://github.com/Hacktoberfest-SCE/Lets-Build/issues/1) | ![no](https://img.shields.io/badge/Good%20first%20issue-no-%23dc143c?style=for-the-badge) |
| [The app doesn't show image of icon properly in the notifications](https://github.com/Routinger/routinger/issues/5) | ![no](https://img.shields.io/badge/Good%20first%20issue-no-%23dc143c?style=for-the-badge) |
| [A new color palette or font-style for the app](https://github.com/Routinger/routinger/issues/3) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Text to italics](https://github.com/mlsa-amu/MLSA-AMU/issues/5) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [README to be created for the website project](https://github.com/DesignSystemsOSS/thedesignsystems/issues/27) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Responsiveness of the Team page](https://github.com/DesignSystemsOSS/thedesignsystems/issues/26) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [A new color palette or font-style for the app](https://github.com/Routinger/routinger/issues/3) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Add copyright notice to all files that use startbootstraps's code](https://github.com/Exter-dg/CovID/issues/9) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [recommonmark is deprecated](https://github.com/wemake-services/wemake-python-package/issues/203) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [[FEATURE] Implement a contact us feature to the website](https://github.com/DesignSystemsOSS/thedesignsystems/issues/21) | ![no](https://img.shields.io/badge/Good%20first%20issue-no-%23dc143c?style=for-the-badge) |
| [Link to the CLI from the web frontend](https://github.com/flosell/iam-policy-json-to-terraform/issues/29) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Add option to flush assetcache on close to Preferences](https://github.com/RPTools/maptool/issues/2985) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [fix(plugin-htlc-eth-besu): error handling get-status-endpoint](https://github.com/hyperledger/cactus/issues/1383) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Add example workflows to test PHP extensions](https://github.com/shivammathur/setup-php/issues/510) | ![no](https://img.shields.io/badge/Good%20first%20issue-no-%23dc143c?style=for-the-badge) |
| [Add GitHub Action workflow to publish setup-php to NPM and GitHub Packages](https://github.com/shivammathur/setup-php/issues/507) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [fix: error handling in REST API endpoints](https://github.com/hyperledger/cactus/issues/1378) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Refactor: Use parameterised testing using jest.it.each](https://github.com/shivammathur/setup-php/issues/506) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Improvement in the responsiveness of the recruit form](https://github.com/pulkithanda/voyager-hf/issues/21) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Set group name command](https://github.com/PrajjwalDatir/Kaoi/issues/94) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Add Jupyter notebook support to Documentation](https://github.com/microsoft/electionguard-python/issues/447) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [add a CONTRIBUTING.md](https://github.com/FunkyDevStuff/FunkyBot/issues/2) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [We need a README!](https://github.com/FunkyDevStuff/FunkyBot/issues/1) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Update Toast Notification Style for Dark Theme](https://github.com/aamay001/react-resume/issues/108) | ![no](https://img.shields.io/badge/Good%20first%20issue-no-%23dc143c?style=for-the-badge) |
| [Typo errors](https://github.com/hemant104/test-repo/issues/1) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Limit the number of users in a group](https://github.com/code4romania/de-urgenta-backend/issues/98) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Ace Editor doesn't like Whitespaces](https://github.com/ab-apps/aryabota-ui/issues/4) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| ["Log Out" button is a Disco Ball! ](https://github.com/ab-apps/aryabota-ui/issues/5) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Remove .NET Framework support](https://github.com/beardgame/ui/issues/26) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [windows support](https://github.com/jw3126/ONNXRunTime.jl/issues/8) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Add index contents to root level README](https://github.com/Himanshu40/Sorting-Algorithm/issues/17) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |
| [Contributing. MD](https://github.com/shubhamcodez/OpenMeme/issues/21) | ![yes](https://img.shields.io/badge/good%20first%20issue-yes-%23fad000?style=for-the-badge) |

***Feel free to open a PR to add more issues and resources.***

## ⚡️ Other Projects

I have curated a [detailed list](https://github.com/msaaddev/open-source) of all the open-source projects I have authored. Do take out a moment and take a look.

## 🔑 License & Conduct

- MIT © [Saad Irfan](https://github.com/msaaddev)
- [Code of Conduct](https://github.com/msaaddev/Hacktoberfest/blob/main/code-of-conduct.md)