From 37407598796651f9ca0d228c8f6a69d892ffa796 Mon Sep 17 00:00:00 2001 From: Jumper Chen Date: Mon, 30 Jan 2023 11:01:44 +0800 Subject: [PATCH] Create contributing.md --- contributing.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..7291536 --- /dev/null +++ b/contributing.md @@ -0,0 +1,22 @@ +Contributions of all kinds are welcome! + +**Reporting Issues** + +\* Please use [ZK tracker](https://tracker.zkoss.org/projects/ZKCK) to report issues. + +\* Before creating an issue, please review open issues to avoid a duplicate. + +\* If you have a question, not an issue, please discuss it in [ZK Forum](https://forum.zkoss.org/questions/). + +**Contributing codes** + +If you wish to contribute code, please create a corresponding issue [in tracker](https://tracker.zkoss.org/projects/ZKCK) and a pull request containing the ID of the issue from the tracker with your comments. Your request will be reviewed before being merged. + +**License and Copyright** + +This project is created and maintained by Potix Corporation.  + +Any contributed content is licensed under the same license and terms as the project license. By contributing your code, you certify that you created the content and agree to surrender your copyright of the contributed code to Potix.  + + +For any inquiries and questions, please contact us at info@zkoss.org.