From 79789a1e8530cd300cb4f851a26cd19d57408b5f Mon Sep 17 00:00:00 2001 From: Deepanshu <110890939+DeepanshuProgrammer@users.noreply.github.com> Date: Thu, 17 Oct 2024 00:25:17 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#656) Corrected spellings mistakes and grammars --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db4f0d7cae7..125d4321c11 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Contributions to the framework, its plugins, related tools and tools are welcome There are various ways to contribute: - If you need support, want to report a bug or ask for features, you can check the [Issues page](https://github.com/composiohq/composio/issues) and raise an issue, if applicable. -- If you would like to contribute a bug fix or feature then [Submit a pull request](https://github.com/composiohq/composio/pulls). +- If you would like to contribute a bug fix or feature, then [Submit a pull request](https://github.com/composiohq/composio/pulls). - If you have other kinds of feedback, you can contact one of the [authors](https://github.com/composiohq/composio/blob/master/AUTHORS.md) by email. > Before reading on, please have a look at the [code of conduct](https://github.com/composiohq/composio/blob/master/CODE_OF_CONDUCT.md). @@ -25,9 +25,9 @@ If you have improvements, send us your pull requests! A team member will be assigned to review your pull requests. All tests are run as part of CI as well as various other checks (code formatting, linters, static type checkers, etc). If there are any problems, feedback is provided via GitHub. Once the pull requests is approved and passes continuous integration checks, you or a team member can merge it. -If you want to contribute, start working through the codebase, navigate to the Github `issues` tab and start looking through interesting issues. If you are not sure of where to start, then start by trying one of the smaller/easier issues here i.e. issues with the `good first issue` label and then take a look at the issues with the `contributions welcome` label. These are issues that we believe are particularly well suited for outside contributions, often because we probably won't get to them right now. If you decide to start on an issue, leave a comment so that other people know that you're working on it. If you want to help out, but not alone, use the issue comment thread to coordinate. +If you want to contribute, start working through the codebase, navigate to the GitHub `issues` tab and start looking through interesting issues. If you are not sure of where to start, then start by trying one of the smaller/easier issues here i.e. issues with the `good first issue` label and then take a look at the issues with the `contributions welcome` label. These are issues that we believe are particularly well suited for outside contributions, often because we probably won't get to them right now. If you decide to start on an issue, leave a comment so that other people know that you're working on it. If you want to help out, but not alone, use the issue comment thread to coordinate. -*Note:* When openning a PR make sure you open the PR against `development` and not the `master` branch. +*Note:* When opening a PR make sure you open the PR against `development` and not the `master` branch. ## Development setup @@ -52,4 +52,4 @@ We have various commands which are helpful during development. - Use `tox -e flake8` and `tox -e pylint` to run code linters - Use `tox -e mypy` for type checking -Read more detailed guides on development [here](python/docs/development.md). \ No newline at end of file +Read more detailed guides on development [here](python/docs/development.md).