libk  Changes To merge

Changes to "merge" between 2020-05-20 21:50:34 and 2020-05-20 21:52:55

     1      1   # merge requests
     2         -while libk is developed primarily by a core of trusted developers with check-in privileges, we also welcome external contributions. unfortunately, fossil does not have an integrated merge request system. until we can automate something, please follow the instructions below.
            2  +while libk is developed primarily by a core of trusted developers with check-in privileges, we also welcome external contributions. unfortunately, fossil does not have an integrated merge request system. until we can automate something, please follow the instructions on this page. but don't forget to check the [legalese](wiki?name=legal) first to make sure you can agree to the terms under which your contribution will be incorporated in the project.
     3      3   
     4      4   ## bundling
     5      5   export your branch with the [fossil bundle](https://c.comint.su/libk/help?cmd=bundle) command. for instance:
     6      6   
     7      7       fossil bundle export libk-better-strings.br --branch better-strings
     8      8   
     9      9   please make sure to give your branch a meaningful name. once you have exported it, sign the bundle with signify and make it bundle available via HTTP. you may place the bundle on a server you control, or upload it to [0x0.st](https://0x0.st). please do not use any other filehosting service.