diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea4e8f49..adc1d89a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,12 +11,18 @@ You can contribute to the project in any or all of the following ways: - Add documentation - Add a new feature, resolve an existing issue or add a new test to the project. (Goto [Code Contribution Guidelines](#code-contribution-guidelines)). +## Resources for New Contributors + +- API Dash Code Walkthrough - [Video](https://www.youtube.com/live/rIlwCTKNz-A?si=iMxTxzkpY_ySo4Ow&t=339) +- Getting Started with Flutter - [Video](https://www.youtube.com/watch?v=8K2gV1P6ZHI) +- API Dash Developer Guide - [Read](https://github.com/foss42/apidash/blob/main/doc/dev_guide/README.md) + +## Code Contribution Guidelines + ### I have not contributed to any open source project before. Will I get any guidance? In case you are new to the open source ecosystem, we would be more than happy to guide you through the entire process. Just join our [Discord server](https://bit.ly/heyfoss) and drop a message in the **#foss** channel. -## Code Contribution Guidelines - ### Some things to keep in mind before opening a PR > PRs with precise changes (like adding a new test, resolving a bug/issue, adding a new feature) are always preferred over a single PR with a ton of file changes as they are easier to review and merge.