bisq-network / roles

@bisq-network contributor roles
https://bisq.wiki/Roles
15 stars 16 forks source link

Create Template.adoc #44

Closed csacher closed 6 years ago

cbeams commented 6 years ago

Thanks, @csacher. This is now merged. A few notes:

  1. In the future, please check the "Allow repository maintainers to make additional changes" box every time you submit a pull request. This will allow me to push additional commits to your pull request branches, such that those changes show up here in a way that's easy for you to review.

  2. I did in fact make additional changes to what you had here, and you can review those changes at 3895c24 and db3b6c3

  3. Please configure your Git user metadata correctly, such that your commits have a first name and a last name, and such that your real email address is used. Since it looks like you're using the web interface to make changes right now, you can configure this in GitHub -> Settings -> Profile -> Name and Settings -> Emails -> uncheck the box titled "Keep my email address private". Once you've done this, your commits will go from looking like this:

    commit 2607670ce2fa7d482276c03e32fb483f06e60000
    Author: csacher <34270328+csacher@users.noreply.github.com>
    Date:   Wed Dec 6 14:07:38 2017 +0100
    
    Create Template.adoc

    to looking like this:

    commit 2607670ce2fa7d482276c03e32fb483f06e60000
    Author: Christoph Sacher <your@email.com>
    Date:   Wed Dec 6 14:07:38 2017 +0100
    
    Create Template.adoc

That's it, thanks again.