Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,25 @@ The `standard` extra dependencies are `rich` and `shellingham`.

**Note**: The `typer` command is only included in the `typer` package.

## Contributing

We welcome contributions of all kinds (\*v*) :
1) Documentation improvements - good for beginners
2) Bug fixes - AFTER GAINING EXPERIENCE AND LEARNING CODEBASE ONLY :)
3) New features - Same as above
4) Tests - Always welcome (\*v*)
5) Typo fixes - Show your english mastery (._.)

### Development Setup
1. Fork the repository
2. Create a virtual environment
3. Merge your changes if accepted (:

### Pull Request Guidelines
Keep PRs focused
Add tests for new features
Update documentation if behavior changes ( otherwise you can face linting issues (;;))

## License

This project is licensed under the terms of the MIT license.
19 changes: 19 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,25 @@ The `standard` extra dependencies are `rich` and `shellingham`.

**Note**: The `typer` command is only included in the `typer` package.

## Contributing

We welcome contributions of all kinds (\*v*) :
1) Documentation improvements - good for beginners
2) Bug fixes - AFTER GAINING EXPERIENCE AND LEARNING CODEBASE ONLY :)
3) New features - Same as above
4) Tests - Always welcome (\*v*)
5) Typo fixes - Show your english mastery (._.)

### Development Setup
1. Fork the repository
2. Create a virtual environment
3. Merge your changes if accepted (:

### Pull Request Guidelines
Keep PRs focused
Add tests for new features
Update documentation if behavior changes ( otherwise you can face linting issues (;;))

## License

This project is licensed under the terms of the MIT license.