18 lines
1023 B
Markdown
Raw Normal View History

2022-08-16 15:08:51 +08:00
# Contributing
## Reporting Bugs
2022-08-16 18:34:37 +08:00
Please click this [link](https://github.com/AppFlowy-IO/AppFlowy/issues/new?assignees=&labels=bug,editor&template=bug_report.md&title=%5BFlowyEditor%20Bug%5D+Untitled+Bug+Issue) to report bugs.
2022-08-16 15:08:51 +08:00
2022-08-16 18:34:37 +08:00
![](../documentation/images/reporting_bugs.png)
2022-08-16 15:08:51 +08:00
2022-08-16 18:34:37 +08:00
## Technical Discussion And Support
Discord link ...
2022-08-16 15:08:51 +08:00
2022-08-16 18:34:37 +08:00
## Submitting Pull Request
2022-08-16 15:08:51 +08:00
2022-08-16 18:34:37 +08:00
We welcome and appreciate your pull request submissions, and we have many good-first-issue-for-devs or help-wanted issues that we welcome you to implement.
As [README](../README.md) said, we want to make sure that the code you submit will not affect the existing code logic and functionality, so please attach the corresponding test for each PR submission, and it is recommended to add a brief description of the test case and scope to the test. For more details, please see [TESTING.md](./testing.md)
Finally, to repeat, since the FlowyEditor is a community-driven open source editor, we take every PR seriously and feel very much for everyone's contribution.