Code Block:
https://github.com/search?o=desc&q=hacktoberfest+state%3Aopen+comments%3A0+is%3Aissue&s=updated&type=Issues
Guide lines https://gist.github.com/Chaser324/ce0505fbed06b947d962 https://github.com/h2oai/wave/issues/1634
-
repo: https://github.com/HwangTaehyun/react-native-lottie-splash-screen/pull/50/files
-
https://pyautogui.readthedocs.io/en/latest/screenshot.html
-
https://github.com/IRLToolkit/obs-websocket-http
-
*** https://github.com/qascade/yast/blob/main/tests/configutils_test.go
-
(take) https://github.com/thieleju/statsbot
Rules of Contributing
PRs must meet the Hacktoberfest Quality Standards.
Verify that you have read the home page, and Readme.md on GitHub.
You understand that this project is to connect maintainers with developers, not a way to get all the swag you can.
Steps
- Fork the repository
- Clone the forked repository to your local machine
- Develope your code and keep the code sync with upstream
- Commit your modified code
- Create pull request
- Code review from repository owner
Target: https://github.com/TARGET-USER/PROJECT-NAME.git Your forked repository:
1. Fork the repository
# Clone your fork to your local machine
git clone https://github.com/YOUR-USERNAME/PROJECT-NAME.git
2. Clone the forked repository to your local machine
3. Develope your code and keep the code sync with upstream
# Add 'upstream' repo to list of remotes
git remote add upstream https://github.com/TARGET-USER/PROJECT-NAME.git