Orden4 / WCSharp

A set of systems to simplify the process of programming maps for WarCraft 3 in C#.
MIT License
33 stars 3 forks source link

Documentation is closed for contributions #13

Open mdlsvensson opened 1 day ago

mdlsvensson commented 1 day ago

I would like to contribute to the documentation, but I am currently not able to as it's closed. GitHub wikis are weird as I remember they don't work via pull requests? Maybe a public wiki is a pain, hence I've never seen one in the wild.

Humble suggestions for this:

Orden4 commented 1 day ago

It seems that at present the only way to allow people without write access to your repository to contribute is to open it to literally anyone, which I'm not that keen on. Given that, there's only 2 real ways to go about this (other than opening a ticket and having me handle whatever change you want to make... which would get exhausting for me very quickly).

  1. I make a new repo with the wiki pages on it, then change the origin of WCSharp's wiki page to that so I can pull changes on that repo into WCSharp's wiki.
  2. We go for the github pages route, but in this case you're probably kind of on your own? If you're familiar with them and would like to try your hand at making one, then by all means, go for it.