Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranavsuriya-sr/powerandimpedance
https://github.com/pranavsuriya-sr/powerandimpedance
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pranavsuriya-sr/powerandimpedance
- Owner: pranavsuriya-sr
- Created: 2023-11-10T15:35:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T16:19:02.000Z (about 1 year ago)
- Last Synced: 2023-11-26T16:38:46.706Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# power and impedance triangle calculator
# Contributing GuidelinesThis documentation contains a set of guidelines to help you during the contribution process.
We are happy to welcome all the contributions from anyone willing to improve/add new scripts to any project. Thank you for helping out and remember,
**no contribution is too small.**# Submitting Contributions👩💻👨💻
Below you will find the process and workflow used to review and merge your changes.## Step 1 : Find an issue
- Take a look at the Existing Issues or create your **own** Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.## Step 2 : Fork the Project
- Fork this Repository. This will create a Local Copy of this Repository on your Github Profile.
- Button at the right.## Step 3 : Clone
- Run the command in your terminal
- $ git clone https://github.com//Reeponame## Step 4 : Work on the issue assigned
- Work on the issue(s) assigned to you.
- Add all the files/folders needed.
- $ git add .## Step 5 : Commit
# This message get associated with all files you have changed
$ git commit -m "message"## Step 6 : Push to your repo
$ git remote add origin “url”
$ git push origin main## Step 7 : Pull Request
- Go to your repository in browser and click on compare and pull requests. Then add a title and description to your pull request that explains your contribution.- Voila! Your Pull Request has been submitted and will be reviewed by the moderators and merged.🥳
Congratulations! You've already made your first contribution.🥳Good Luck for your journey