From dee7e2f41dc5e1734be7f9cb1a5415a2bafb821b Mon Sep 17 00:00:00 2001 From: liihuu Date: Wed, 18 Sep 2024 23:42:28 +0800 Subject: [PATCH] docs: CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ecdc1034..aae95460 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,15 +9,15 @@ There are many ways to contribute: + If you have good ideas, submit a feature requests + Submit pull requests + Help write some sample code -+ Participate in [discussions](https://github.com/liihuu/KLineChart/discussions) ++ Participate in [discussions](https://github.com/klinecharts/KLineChart/discussions) ### Report Bugs The template we provide helps you to quickly explain the problem and submit. -Please see the [template](https://github.com/liihuu/KLineChart/issues/new?assignees=&labels=&template=bug_report.yml&title=%5BBug%5D+) +Please see the [template](https://github.com/klinecharts/KLineChart/issues/new?assignees=&labels=&template=bug_report.yml&title=%5BBug%5D+) ### Feature Requests -The same, we also provide templates, is [here](https://github.com/liihuu/KLineChart/issues/new?assignees=&labels=&template=feature_request.yml&title=%5BFeature%5D+) +The same, we also provide templates, is [here](https://github.com/klinecharts/KLineChart/issues/new?assignees=&labels=&template=feature_request.yml&title=%5BFeature%5D+) ### Pull Requests Before submitting pull requests, several goals need to be identified: @@ -25,6 +25,3 @@ Before submitting pull requests, several goals need to be identified: + Make sure your code passes the lint check `npm run lint` + Do only one thing at a time + The commit log must state the purpose - -### Sample Code -[KLineChartSample](https://github.com/liihuu/KLineChartSample), This is the sample code project. Submit to the directory of the corresponding framework.