Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saikiran76/hacktoberfest2k23
Promisify - Function that returns a promise that resolves after n seconds have passed, where n is passed as an argument to the function.
https://github.com/saikiran76/hacktoberfest2k23
beginner beginner-friendly hacktoberfest hacktoberfest-2023 hacktoberfest-accepted hacktoberfest2023 hacktoberfest2023-accepted hacktoberfest2023-approved javascript promise promises web
Last synced: 3 days ago
JSON representation
Promisify - Function that returns a promise that resolves after n seconds have passed, where n is passed as an argument to the function.
- Host: GitHub
- URL: https://github.com/saikiran76/hacktoberfest2k23
- Owner: saikiran76
- Created: 2023-10-08T20:15:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-18T12:39:28.000Z (about 1 year ago)
- Last Synced: 2024-11-08T17:15:31.543Z (about 2 months ago)
- Topics: beginner, beginner-friendly, hacktoberfest, hacktoberfest-2023, hacktoberfest-accepted, hacktoberfest2023, hacktoberfest2023-accepted, hacktoberfest2023-approved, javascript, promise, promises, web
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Promises
## HacktoberfestWelcome to the Hacktoberfest repository! I am currently accepting pull requests and merging them into the main branch. However, please note that there are currently conflicts in the repository, so we will not be merging any pull requests until all conflicts are resolved.
Hacktoberfest is a beginner-friendly project designed to help you get started with your Hacktoberfest journey. This repository too is beginner-friendly where you will find fun while the deeper you dig to solve the issue or crack the problem.
### Contribution Rules
- The issue or problem to be solved has been mentioned in the script files. Try to figure it out and make a PR, so that I can fruitfully merge it.😉
- Please do not remove any existing code or comments.
- Try to keep your pull requests small to minimize merge conflicts.
- Make sure the code is functioning according to the issue mentioned in the scripting files### Getting Started
To contribute to this repository, follow these steps:
1. Fork this repository (button on top)
2. Clone the repository to your local machine: `git clone https://github.com/saikiran76/Promises.git `
3. Navigate to the project directory: `cd `
4. Create a new branch: `git checkout -b my-new-branch`
5. Make your changes and commit them: `git add .` and `git commit -m "Relevant message"`
6. Push your changes to your forked repository: `git push origin my-new-branch`
7. Create a new pull request from your forked repository.### Avoiding Conflicts (Syncing your fork)
To avoid conflicts, you can add an 'upstream' for your git repository, as other pull requests may be merged while you're working on your branch/fork.
To add an upstream remote, use the following command: `git remote add upstream https://github.com/fineanmol/Hacktoberfest2023`
You can verify that the new remote has been added by typing: `git remote -v`
To pull any new changes from the parent repository, run: `git merge upstream/master`. This will allow you to easily solve any conflicts in your repository. It's a good idea to use this command frequently in between your own commits to ensure your repository is up to date with its parent.
For more information on syncing forks, you can read this article from GitHub: [Syncing a Fork](https://help.github.com/articles/syncing-a-fork/)
### Swags of Hacktoberfest
Many participants are attracted to Hacktoberfest for the chance to receive swag. After 4 successfully merged pull requests, you will be eligible to receive a Hacktoberfest T-shirt and some stickers delivered to your doorstep. But this year there's a slight change as it's the 10th anniversary. Unfortunately shirt will not be provided this year but the environment will be obliged. 🌳🌳😉🌳🌳
Thank you for your contributions and happy hacking!