Skip to content

Commit

Permalink
chore(dx): improve contribution guideline (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 authored Sep 26, 2024
1 parent c08b662 commit 33b30ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ feat(wallet): add a new function to compute wallet balance
- **Include Unit Tests (When Applicable)**: Verifiable unit tests aid in maintaining code quality and prevent additional bugs from being introduced.
- **Linting**: Run `npm run lint:fix` to make sure your code is properly formatted.

### Big Features

For large features or significant changes:

1. Create a fork of the main repository.
2. Implement your feature in small, incremental pull requests to your fork.
3. This allows us to gradually review the changes and provide guidance throughout the development process.
4. Once the feature is complete and has gone through the review process on the fork, we can then merge it into the main repository.

This approach helps manage complex features more effectively and ensures that large changes are thoroughly reviewed before being integrated into the main codebase.

### Contribution Process Overview

If you're ready to contribute, follow our guidelines:
Expand Down

0 comments on commit 33b30ba

Please sign in to comment.