Skip to content

Latest commit

 

History

History
105 lines (86 loc) · 6.21 KB

File metadata and controls

105 lines (86 loc) · 6.21 KB
title Starter Issues
published true
description Current small Bilig starter issues for contributors, focused on credible code, test, example, and integration tasks.
tags contributors, starter-issues, open-source, workpaper
canonical_url https://proompteng.github.io/bilig/starter-issues.html

Starter Issues

This page is the stable contributor on-ramp for small public bilig tasks. It intentionally stays short: GitHub's good first issue, first-timers-only, and help wanted labels should point to work that is current, scoped, and credible for someone opening the repository cold.

Current starter queue as of May 16, 2026:

  • 15 open good first issue issues.
  • 15 open first-timers-only issues.
  • 15 open help wanted issues.
  • 9 starter issues are code or test tasks.
  • 6 starter issues are focused docs or integration transcript tasks.
  • 0 starter issues are currently under active review.

Start Here This Week

If you are opening the queue cold, pick one of these before browsing the full issue list. They are small, current, and map to the public adoption path for @bilig/headless.

Code And Test Starters

Integration Docs Starters

Claim A Starter Issue

Comment on the issue before opening a pull request. If the issue is unassigned, a maintainer can assign it to you and keep the scope reserved while you work. If it already has an assignee, pick another starter ticket or ask whether the current assignee still wants help.

For a first patch, keep the pull request focused on the issue's acceptance proof. Include the command you ran, mention the issue number, and open a draft pull request early if any requirement is unclear. The new contributor guide gives the shortest setup, code-map, and first-time command checklist. Read CONTRIBUTING.md before opening the pull request.

Useful filters:

GitHub surfaces issues labeled good first issue in contributor discovery paths, per GitHub's label guidance, so starter tickets should stay genuinely scoped and current. Do not use that label for cross-cutting formula, import/export, or runtime changes that require broad architectural context.

Use first-timers-only only for issues that are ready for someone making their first contribution to this repository. Those issues should name the expected files, a copyable validation command, and a narrow acceptance proof in the issue body.

Add help wanted only when an external contributor can make progress without private context or maintainer-only systems.