From f4c6ec4fbe268bcf98de4f6296c2b045a188abab Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 27 Oct 2019 16:26:38 +0100 Subject: [PATCH] README.md: add sr.ht related documentation from gioui.org Use https for the Unlicense URL and add one for MIT as well. Signed-off-by: Elias Naur --- LICENSE | 2 +- README.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 09ea7b2b..e09be989 100644 --- a/LICENSE +++ b/LICENSE @@ -24,7 +24,7 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -For more information, please refer to +For more information, please refer to diff --git a/README.md b/README.md index 44af3740..cfe34427 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,21 @@ Immediate mode GUI programs in Go. See [gioui.org](https://gioui.org) for details and documentation. + +## Issues + +File bugs and TODOs through the [issue tracker](https://todo.sr.ht/~eliasnaur/gio) or send an email +to [~eliasnaur/gio@todo.sr.ht](mailto:~eliasnaur/gio@todo.sr.ht). For general discussion, use the +mailing list: [~eliasnaur/gio@lists.sr.ht](mailto:~eliasnaur/gio@lists.sr.ht). + +## Contributing + +Post discussion and patches to the [mailing list](https://lists.sr.ht/~eliasnaur/gio). No Sourcehut +account is required and you can post without being subscribed. + +See the [contribution guide](https://gioui.org/doc/contribute) for more details. + + +## License + +Dual-licensed under [UNLICENSE](https://unlicense.org) or the [MIT](https://spdx.org/licenses/MIT.html).