The contribution guidelines for documentation are outdated due to the recent migration. Here are the fixes/updates - - Removed the following files from `contribution/docs/` - - [CONTRIBUTING.md](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/CONTRIBUTING.md) - [DB Integrations.md](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/DB%20Integrations.md) - [UploadingAssets.md](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/UploadingAssets.md) - [Widgets.md](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/Widgets.md) - [adding_guides.md](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/adding_guides.md) - Removed [Documentation Improvement](https://github.com/appsmithorg/appsmith/blob/release/.github/ISSUE_TEMPLATE/--documentation-improvement.yaml) template as we have created [new templates](https://github.com/appsmithorg/appsmith-docs/issues/new/choose) in the [appsmith-docs](https://github.com/appsmithorg/appsmith-docs) repository. - Updated the relevant links in the [Documentation Improvement](https://github.com/appsmithorg/appsmith/blob/release/CONTRIBUTING.md#-improve-the-documentation) section ( template links and contribution guidelines for docs) of [CONTRIBUTING.md](https://github.com/appsmithorg/appsmith/blob/release/CONTRIBUTING.md) file. Co-authored-by: Pranay105 <pranaybhardwaj@Pranays-MacBook-Pro.local>
28 lines
2.1 KiB
Markdown
28 lines
2.1 KiB
Markdown
# Contributing to Appsmith
|
|
|
|
Thank you for your interest in Appsmith and for taking the time to contribute to this project. 🙌
|
|
Appsmith is a project by developers for developers and there are a lot of ways you can contribute.
|
|
If you don't know where to start contributing, ask us on our [Discord channel](https://discord.com/invite/rBTTVJp).
|
|
|
|
## Code of conduct
|
|
|
|
Read our [Code of Conduct](CODE_OF_CONDUCT.md) before contributing
|
|
|
|
## How can I contribute?
|
|
|
|
There are many ways in which you can 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%2CNeeds+Triaging&template=--bug-report.yaml&title=%5BBug%5D%3A+) 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=Enhancement&template=--feature-request.yaml&title=%5BFeature%5D%3A+) template.
|
|
|
|
#### 📝 Improve the documentation
|
|
In the process of shipping features quickly, we may forget to keep our docs up to date. You can help by suggesting improvements to our documentation using the [Documentation templates](https://github.com/appsmithorg/appsmith-docs/issues/new/choose) or dive right into our [Docs Contribution Guide](https://github.com/appsmithorg/appsmith-docs/blob/main/CONTRIBUTING.md)!
|
|
|
|
#### ⚙️ Close a Bug / Feature issue
|
|
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.
|