AppFlowy/doc/CONTRIBUTING.md

98 lines
5.0 KiB
Markdown
Raw Normal View History

<p align="center"><img src="imgs/appflowy_title_and_logo.png" alt="The Open Source Notion Alternative." width="500px" /></p>
2021-07-06 08:43:07 +00:00
# Contributing to AppFlowy
Hello, and welcome! Whether you are trying to report a bug, proposing a feature request, thinking about getting involved in the project, or submitting a patch, this document is for you! It intends to be both an entry point for newcomers to AppFlowy's community (with various backgrounds), and a guide/reference for contributors.
2021-07-06 08:43:07 +00:00
Consult the Table of Contents below, and jump to the desired section.
## Table of Contents
- [Contributing](#contributing)
- [Feedback](#feedback)
- [Non-coding Contributions](#non-coding-contributions)
2021-07-06 08:43:07 +00:00
- [Coding Contributions](#coding-contributions)
- [Sponsor](#sponsor)
2021-07-06 08:43:07 +00:00
- [Contributor T-shirt](#contributor-t-shirt)
- [Code of Conduct](#code-of-conduct)
2021-11-09 03:12:30 +00:00
- [Sign the CLA Agreement](#sign-the-cla-agreement)
2021-07-06 08:43:07 +00:00
## Contributing
There are many ways in which you can contribute to the project. You can be involved just a little, or a whole lot! Every lit bit helps and is very appreciated by everyone.
2021-07-06 08:43:07 +00:00
### Feedback
2021-07-06 08:43:07 +00:00
Not feeling quite up to working on the project yet? Tell us your suggestions!
- Submit [feature requests](https://github.com/AppFlowy-IO/appflowy/issues). We'd love to hear your ideas!
- Report [bugs](https://github.com/AppFlowy-IO/appflowy/issues). This really helps a lot!
- Provide your suggestions on the [forum](https://github.com/AppFlowy-IO/appflowy/discussions)
- Review [Pull Requests](https://github.com/AppFlowy-IO/appflowy/pulls)
- Provide feedback to [proposed features](https://github.com/AppFlowy-IO/appflowy/issues)
2021-07-06 08:43:07 +00:00
[Back to TOC](#table-of-contents)
2021-07-06 08:43:07 +00:00
### Non-coding Contributions
2021-07-06 08:43:07 +00:00
You want to work on the project, but you're not a developer? You can help in multiple ways - even if you don't write code! You can still give back your love to our community. Here are a few ideas:
2021-07-06 08:43:07 +00:00
- Answer questions having ""General help wanted" or "Technical help wanted" labels on the [forum](https://github.com/AppFlowy-IO/appflowy/discussions)
- Improve the documentation.
- Be an AppFlowy ambassador or evangelist! Proprietary software companies often have dedicated marketing teams to get more users, but luckily we have something better: you! Share your experience with AppFlowy! This can be anything:
- Write a life-hacks-style blog post on how you or your company use AppFlowy to get things done.
- Spread the word on all social media platforms to get more people to join the community. To name a few channels, Product Hunt, Hacker Noon, Quora, Reddit, and Stack Overflow are good choices.
- Give a lightning talk at your local hackerspace on why you love AppFlowy.
- Write a review of the pros and cons of similar open source apps.
2021-07-06 08:43:07 +00:00
[Back to TOC](#table-of-contents)
### Coding Contributions
2021-07-06 08:43:07 +00:00
So you want to submit code, documentation, or graphical expertise? Welcome to the club! We will try to give you all the help you need to get up and running.
- Join our [Discord](https://discord.com/invite/9Q2xaN37tV). Here you will be able to chat with all of our contributors and the heads of the project.
- Read the documentation. You should start at the main README.md where you will find information on how to setup your computer to develop with Flutter and Rust.
- Read the technical wiki. This is where you will find all of our design documentation. (TBD)
- Submit a Patch. We love to receive Pull Requests. If you are a beginner or a newcomer, here are some tasks for you to get ramped up:
- Fix a typo in the code.
- Fix a typo in the documentation.
- Awesome issues for [beginners or newcomers](https://github.com/AppFlowy-IO/appflowy/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+for+devs%22).
- Provide feedback [proposed features](https://github.com/AppFlowy-IO/appflowy/issues)
- Review [Pull Requests](https://github.com/AppFlowy-IO/appflowy/pulls)
2021-11-09 03:49:02 +00:00
- If you are ready to code (maybe a lot), please submit a [patch](https://github.com/AppFlowy-IO/appflowy/pulls)!
2021-11-09 03:12:30 +00:00
- (WIP: guidelines)
- (WIP: Code Style)
2021-07-06 08:43:07 +00:00
[Back to TOC](#table-of-contents)
## Sponsor
2021-07-06 08:43:07 +00:00
Sponsoring is another great way to contribute to the community.
- Buy us a coffee on [ko-fi](https://ko-fi.com/appflowy)
2021-11-09 03:12:30 +00:00
2021-07-06 08:43:07 +00:00
[Back to TOC](#table-of-contents)
## Contributor T-Shirt
2021-11-09 03:12:30 +00:00
If your Pull Request was accepted as it fixes a bug, adds functionality, or makes AppFlowy's codebase significantly easier to use or understand, congratulations! You are now an official contributor to AppFlowy. Get in touch with us ([link](https://tally.so/r/mKP5z3)) to receive the very special Contributor T-shirt!
2021-07-06 08:43:07 +00:00
2021-11-09 03:49:02 +00:00
Proudly wear your T-shirt and show it to us by tagging [@appflowy](https://twitter.com/appflowy) on Twitter.
2021-07-06 08:43:07 +00:00
[Back to TOC](#table-of-contents)
2021-07-06 08:43:07 +00:00
## Code of Conduct
2021-11-09 03:49:02 +00:00
Please report a code of conduct violation to annie@appflowy.io.
2021-07-06 08:43:07 +00:00
Let's encourage the behavior we want to see in the world and constantly foster a welcoming environment!
[Contributor Covenant](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)
2021-11-09 03:12:30 +00:00
[Back to TOC](#table-of-contents)
## Sign the CLA Agreement
TBD
2021-07-06 08:43:07 +00:00
[Back to TOC](#table-of-contents)