Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pranavsuriya-sr/powerandimpedance


https://github.com/pranavsuriya-sr/powerandimpedance

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# power and impedance triangle calculator
# Contributing Guidelines

This 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