From ba91ab7d434021b98da816d0a20fc66b01ebe9c1 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Fri, 25 Mar 2022 09:00:27 +0000 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..3fd2a0a1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +# How to contribute +Thank you for your interest in contributing to Lapce. No contribution is too small and all contributions are welcome. + +## Feature Requests + +Feature requests should be reported in the +[Lapce issue tracker](https://github.com/lapce/lapce/issues). + +To reduce the number of +duplicates, please search issues to see if it's already reported. +If the feature request already exits, you can use emoji reactions to show you'd really like it to be impelmented assp. + +## Bug Reports + +Bugs should be reported in the +[Lapce issue tracker](https://github.com/lapce/lapce/issues). + +Search issues to see if it's already there before report it. +If it already exits, you can use emoji reactions to show you'd really like it to be fixed assp. + +## Pull Requests + +If you would like to work on a certain feature or bug, reply in the issue to say you'd like to work on it. +Create an issue if it doesn't exit to help to track it. + +## Contact + +If you've got any questions about contributing, you can use [Discord](https://discord.gg/n8tGJ6Rn6D) to chat with many of Lapce contributors.