From 13af5b731c338ce58147d6cf6bb9dd9268afd7ec Mon Sep 17 00:00:00 2001 From: Lukas Streckeisen Date: Fri, 27 Jun 2025 16:31:34 +0200 Subject: [PATCH] add contributing & licence information --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 17254ba..488c7b4 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,12 @@ To execute the bundled language server execute: ```bash node cml-ls/index.js --stdio ``` + +## Contributing +Contribution is always welcome! Here are some ways how you can contribute: +* Create Github issues if you find bugs or just want to give suggestions for improvements. +* This is an open source project: if you want to code, [create pull requests](https://help.github.com/articles/creating-a-pull-request/) from [forks of this repository](https://help.github.com/articles/fork-a-repo/). Please refer to a Github issue if you contribute this way. +* If you want to contribute to our documentation and user guides on our website [https://contextmapper.org/](https://contextmapper.org/), create pull requests from forks of the corresponding page repo [https://github.com/ContextMapper/contextmapper.github.io](https://github.com/ContextMapper/contextmapper.github.io) or create issues [there](https://github.com/ContextMapper/contextmapper.github.io/issues). + +## Licence +ContextMapper is released under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).