6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++14,130 stars (14,130 stars)1,310 forks (1,310 forks)batch import
featuregood first issue
Description
e.g. OFF FATAL ERROR WARN INFO DEBUG TRACE
Contributor guide
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- C++ knowledgefamiliarity with Sourcetrail codebaseunderstanding of preference system
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Examine the existing logging mechanism in Sourcetrail's source code, e.g., see how logging is currently done in files like 'lib/logger/LogManager.h'. Look at the preferences system (possibly in 'lib/utility/Preferences.h') to understand how to add a new preference for log level. Check the CLI argument parsing code (e.g., 'src/main.cpp' or similar) to see how to add a new command line option. Review any existing discussions in the issue comments for implementation hints.