pinpox / base16-universal-manager

A universal manager to set base16 themes for any supported application
https://github.com/chriskempson/base16
MIT License
89 stars 20 forks source link

Contributing to wiki #35

Open knezi opened 4 years ago

knezi commented 4 years ago

Hi,

I'm going through some apps I use and create entries for them on wiki. However, since it's not part of the original repo, I'm not sure how to contribute. Do you want this contribution? If so, how should I proceed?

pinpox commented 4 years ago

Hey, it would be great if you would add this to the wiki, you can find it here:

https://github.com/pinpox/base16-universal-manager/wiki/Configuration-examples

Tell me if you need any help!

knezi commented 4 years ago

I found it, but wasn't sure how to push to you. Anyway, here's my fork: https://github.com/knezi/base16-universal-manager-wiki. You can merge it from there (I think).

pinpox commented 4 years ago

I found it, but wasn't sure how to push to you. Anyway, here's my fork: https://github.com/knezi/base16-universal-manager-wiki. You can merge it from there (I think).

You need to open a pull-request, I'm not sure I can merge before you do. I can merge it "manually" if you like, but your contribution wont be visible. If you don't care about being credited with the changes just let me know and I will copy-paste your additions

Just go to your fork and in the "Pull requests" tab open one.

knezi commented 4 years ago

Well, wiki is a different repository (in this example https://github.com/pinpox/base16-universal-manager.wiki.git) and sending PRs on github is not possible (https://stackoverflow.com/questions/10642928/how-to-pull-request-a-wiki-page-on-github).

In other projects, editing of the wiki is enabled for all users (like for example here https://github.com/ranger/ranger/wiki). However, I don't see this button on base-UM wiki.

AFAIK, the possibilities are (I prefer keeping the credits):

git clone https://github.com/pinpox/base16-universal-manager.wiki
git pull https://github.com/knezi/base16-universal-manager-wiki
git push
pinpox commented 4 years ago

git clone https://github.com/pinpox/base16-universal-manager.wiki git pull https://github.com/knezi/base16-universal-manager-wiki git push

Yep, that seems to have worked!

knezi commented 4 years ago

Thanks. I'll try to add some more apps I use and let you know when they are ready for upstream.

pinpox commented 4 years ago

Nice, let me know when I have to merge or act in any other way to merge your docs!

funcrab commented 2 years ago

@pinpox Thanks for the useful tool. The number of published templates has increased, and the difference between the following pages seems to be getting larger.

I think other users will feel free to help as well. If you're worried about any problems, you can revert the settings and history. Please consider this.

pinpox commented 2 years ago

@funcrab Hey thanks for the hint! I have opened the wiki for contributions, you should now be able to edit. Thanks for documenting this!