Skip to content

Commit 8d16375

Browse files
Update CONTRIBUTING.md
Removed the 'Good First Issues' section and related links.
1 parent e0be971 commit 8d16375

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ Thank you for your interest in contributing! This project follows an open and co
1515
- Use `black` for formatting and `ruff` for linting.
1616
- Keep logic simple and beginner-friendly.
1717

18-
## Good First Issues
19-
20-
If you are new to the TruFoundation codebase, a great way to get started is by tackling one of our beginner-friendly issues. These tasks are scoped to be low-risk, highly educational, and perfect for your first pull request.
21-
Currently, we recommend looking at:
22-
23-
- [Fix Sound Packaging Path in pyproject.toml](https://github.com/TruFoundation/TruShell/issues/31)
24-
- [Remove Unused typer Dependency from state.py](https://github.com/TruFoundation/TruShell/issues/33)
25-
- [Add csvview Alias for csv-view Command](https://github.com/TruFoundation/TruShell/issues/32)
26-
2718
## Development Environment Setup
2819

2920
To start contributing safely, you need to set up your local development environment. We strongly recommend isolating your workspace before installing dependencies.
@@ -49,4 +40,4 @@ To start contributing safely, you need to set up your local development environm
4940
python -m pytest
5041
```
5142
## Issues
52-
If you find a bug or want to request a feature, please open an issue with a clear description and reproduction steps.
43+
If you find a bug or want to request a feature, please open an issue with a clear description and reproduction steps.

0 commit comments

Comments
 (0)