PromucFlow_constructor/CONTRIBUTING.md

28 lines
1.9 KiB
Markdown
Raw Normal View History

# Contributing to Appsmith
Thank you for your interest in Appsmith and taking the time to contribute on this project. 🙌
Appsmith is a project by developers for developers and there are a lot of ways you can contribute.
2021-01-27 12:37:13 +00:00
If you don't know where to start contributing, ask us on our [Discord channel](https://discord.gg/WN8b2W8j).
2020-09-17 15:54:35 +00:00
## Code of conduct
Read our [Code of Conduct](CODE_OF_CONDUCT.md) before contributing
## How can I contribute?
2021-01-27 12:37:13 +00:00
There are many ways in which you can to contribute to Appsmith.
#### 🐛 Report a bug
Report all issues through GitHub Issues using the [Report a Bug](https://github.com/appsmithorg/appsmith/issues/new?assignees=Nikhil-Nandagopal&labels=Bug%2C+High&template=---bug-report.md&title=%5BBug%5D) template.
To help resolve your issue as quickly as possible, read the template and provide all the requested information.
#### 🛠 File a feature request
We welcome all feature requests, whether it's to add new functionality to an existing extension or to offer an idea for a brand new extension.
File your feature request through GitHub Issues using the [Feature Request](https://github.com/appsmithorg/appsmith/issues/new?assignees=Nikhil-Nandagopal&labels=&template=----feature-request.md&title=%5BFeature%5D) template.
#### 📝 Improve the documentation
2020-10-01 09:58:20 +00:00
In the process of shipping features quickly, we often forget to keep our docs up to date. You can help by suggesting improvements to our documentation or dive right in to our [Contribution Guide](contributions/docs/CONTRIBUTING.md)!
2020-09-30 18:22:53 +00:00
#### ⚙️ Close a Bug / Feature issue
2021-01-27 12:37:13 +00:00
We welcome contributions that help make appsmith bug free & improve the experience of our users. You can also find issues tagged [Good First Issues](https://github.com/appsmithorg/appsmith/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22+bug). Check out our [Code Contribution Guide](contributions/CodeContributionsGuidelines.md) to begin.