Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

53 lines (30 loc) · 1.31 KB

Contributing Notes

So you found something that you want changed?

1. Fork this Repository

Press the fork button and create the repo inside your own folder

2. Clone the forked repo

Next go to your cloned repository and clone it

For example:

# The below command will clone a fork of the repo (replace 'nolim1t'
# with your username) to a folder called 'lnd-unlock'
git clone [email protected]:nolim1t/docker-lnd-unlock.git lnd-unlock

3. Create a branch

# this creates a branch called 'bugfix-branchname'
git checkout -b bugfix-branchname

The above command will checkout a new branch with the branchname you have specified.

4. Do your changes

Do your changes as prescribed.

5. When you are finished

Commit it as you have probably already done, then push the branch to your fork.

git push origin bugfix-branchname

It should now prompt you to open a pull request. Please put a meaningful description in the pull request.

So you found something but don't want to change it?

Simple just open an issue and state clearly what the problem is.

So you want to send a few sats

Feel free to send a lightning tip here or here. No amount too large or small.