Skip to content

Commit

Permalink
Minor updates to contributors docs (#9224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski committed May 17, 2024
1 parent 2885955 commit b2a6bf3
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions docs/contribute/contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,20 @@ Thank you for your interest in contributing to MindsDB. MindsDB is free, open-so

## Contribution issues 🔧

All the issues open for contributions are tagged with [`good-first-issue`](https://github.com/mindsdb/mindsdb/labels/good%20first%20issue) or [`help-wanted`](https://github.com/mindsdb/mindsdb/labels/help%20wanted). A great place to start looking are our GitHub projects for:

- Community writers [dashboard](https://github.com/mindsdb/mindsdb/projects/7).
- Community code contributors [dashboard](https://github.com/mindsdb/mindsdb/projects/8).
All the issues open for contributions are tagged with [`good-first-issue`](https://github.com/mindsdb/mindsdb/labels/good%20first%20issue) or [`help-wanted`](https://github.com/mindsdb/mindsdb/labels/help%20wanted). A great place to start looking is our GitHub project for community contributors [dashboard](https://github.com/mindsdb/mindsdb/projects/8).

Also, we are always open to suggestions so feel free to [open new issues](https://github.com/mindsdb/mindsdb/issues/new/choose) with your ideas and we can give you guidance!

After you find the issue that you want to contribute to, follow the `fork-and-pull` workflow:

1. Fork the MindsDB repository
2. Clone the repository locally
3. Make changes and commit them
4. Push your local branch to your fork
5. Submit a Pull Request so that we can review your changes
6. Write a commit message
7. Make sure that the CI tests are GREEN
1. Comment on the issue, so we can assign it to you
2. Fork the MindsDB repository
3. Clone the repository locally
4. Make changes and commit them
5. Push your local branch to your fork
6. Submit a Pull Request so that we can review your changes
7. Follow the PR template and provide all of the required informations
8. Make sure that the CI tests are GREEN

<Note>
Be sure to merge the latest MindsDB repository from "upstream" before making a Pull Request!
Expand Down

0 comments on commit b2a6bf3

Please sign in to comment.