当前位置:网站首页>How to contribute to openharmony
How to contribute to openharmony
2022-07-29 09:24:00 【Hua Weiyun】
answer :
In fact, novices can also serve OpenHarmony Contributing , When we are studying , Usually from docs Cang started , Then when reading the document , You will also find some obvious issue, such as , Case inconsistency , Wrongly written characters , Long sentences without segmentation , At this time, you can mention issue, Take a hole , then fork Go to your warehouse , Follow the above process Pr, This is a way of contribution .
2. I want to learn. OpenHarmony application development , How to start ?
answer :
First step : complete IDE Environment building , Run through the first HelloWord
The second step , Learn and summarize OpenHarmony Develop relevant knowledge
The third step , Apply what you have learned , Develop the first Demo
Step four , Problems encountered in the development process , Find a solution to .
3. You also said above , We should find a way to solve the problems encountered in the development , What resources can be used for reference ?
answer :
It is OpenHarmony In the process of application development , It can't be plain sailing , So here , I also give you some channels , Maybe you can solve your problem through these channels
https://developer.huawei.com/consumer/cn/forum/block
2.51CTO Open source basic software community :https://ost.51cto.com/category/49
3.OpenHarmony Code store :https://gitee.com/openharmony
4. Corresponding technology group
5. Try to solve it yourself
4. At present, the maturity and participation of the open source community are not enough , Is there anything you want to say to developers and the community ?
answer , I'm still optimistic , I think the domestic open source power is also rising rapidly , At present, the open source movement is also hot , Just stick to it , Then our community will become more and more perfect , User participation will also be higher and higher , In addition, recently, we are also engaged in the second phase of war code pioneer , You can take this opportunity to participate , Together for OpenHarmony Make a contribution , sparks of fire , Can start a prairie fire !
边栏推荐
- How does alternates achieve high-performance publish and subscribe?
- Asp graduation project - based on C # +asp Net+sqlserver laboratory reservation system design and Implementation (graduation thesis + program source code) - Laboratory Reservation System
- Using logistic regression and neural network to deal with complex binary classification problems
- Database system design: partition
- Solve the problem of reading data garbled by redis visualization tool
- Redis series 3: highly available master-slave architecture
- 基于C语言模拟实现DFA识别字符串
- 简述堆和栈的区别
- How to export the old and new file names and locations to excel after file renaming
- 当 update 修改数据与原数据相同时会被更新吗?
猜你喜欢
随机推荐
Leetcode question brushing (6)
Parameter initialization
如何介绍自己的项目经验?
The biggest upgrade of Bluetooth over the years: Bluetooth Le audio is about to appear in all kinds of digital products
How to choose effective keywords
Study and exploration of Redux API implementation of Redux
Will the modified data be updated when it is the same as the original data?
Leetcode:132. split palindrome string II
简述堆和栈的区别
Introduction to translation professional qualification (level) examination
VS2015采用loadlibrary方式调用dll库
【BERT-多标签文本分类实战】之一——实战项目总览
(视频+图文)机器学习入门系列-第1章 引言
[machine learning] naive Bayesian code practice
数据表示与计算(进制)
Leetcode: interview question 08.14. Boolean operation
如何为OpenHarmony做贡献
不用Swagger,那我用啥?
[performance optimization methodology series] III. core idea of performance optimization (2)
机器学习之分类模型评估指标及sklearn代码实现