fix: revert CONTRIBUTING changes

This commit is contained in:
DenserMeerkat
2024-08-26 19:37:35 +05:30
parent fd205f8421
commit 1e480d1924

View File

@ -22,7 +22,6 @@ In case you are new to the open source ecosystem, we would be more than happy to
> 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.
We currently do not accept PRs that involve:
- Code refactoring without any new feature addition/existing issue resolution.
- Bumping of dependency versions (SDKs, Packages).
@ -54,7 +53,6 @@ You can find all existing issues [here](https://github.com/foss42/apidash/issues
### Adding a new test
You can contribute by adding missing/new tests for:
- Widgets (`lib/widgets/`)
- Models (`lib/models/`)
- Utilities (`lib/utils/`)