Commit graph

6 commits

Author SHA1 Message Date
decf75e00e
🐛 Issue templates: Fix Markdown rendering bug in Ananya task form
The Forgejo issue form parser fails to render checkbox labels that
contain an `@` user mention. This commit removes the `@ananya` syntax
to fix the UI rendering issue so the checkbox appears correctly.

It also slightly relaxes the checkbox wording to "have or will,"
accounting for the workflow reality that assignment and milestone
tagging sometimes happen immediately after clicking submit.

Assisted-by: Google Gemini 3.1 Pro
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
2026-03-23 12:20:20 -04:00
039112a5d9
🔧 Issue templates: Add dedicated task planner form for @ananya
This adds a custom YAML issue template to `.forgejo/ISSUE_TEMPLATE/`
specifically scoped for our current Red Hat intern, Ananya Nalavathu.

It introduces dropdowns for mapping tasks directly to strategic epics
and Kanban sprint milestones, ensuring all intern work remains trackable
and accountable. It also includes explicit Markdown warnings to prevent
external Outreachy applicants from inadvertently claiming these internal
assignments during the current high-traffic application phase.

Assisted-by: Google Gemini 3.1 Pro
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
2026-03-23 11:58:53 -04:00
d3ae7fc91c
🧑‍💻 Issue templates: Convert from GitLab to Forgejo
This commit converts the GitLab issue templates into Forgejo issue
forms. This makes the process of entering in new issues much easier and
less painful. We will want this once a wave of new Outreachy applicants
begin to contribute to the project.

Signed-off-by: Justin Wheeler <jwheel@redhat.com>
2026-03-16 21:56:22 -04:00
c24e02d781
📝 Add CONTRIBUTING guidelines
This commit introduces contributing guidelines about how to work with
and use this repository specifically. The goal is to make some of the
key features of this repository easier to understand and discover.

CC: @MoralCode @roselynbassey @TosinDoreen

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2024-06-05 17:27:18 -04:00
520e609eca
⚙️ .gitlab: Add default issue template
This commit introduces an issue template applied by default to all new
issues opened against this repository. It follows the "SBDO" (Summary-
Background-Details-Outcome) format for structuring broad feedback.

It also will automatically label new issues with a GitLab tag, if it
exists in the repository: `?::triage needed`

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2024-04-12 12:05:54 -04:00
2f7462bc0a
🎉 Initial commit
This commit kickstarts the repository, in preparation for onboarding our
two interns in May 2024.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2024-04-04 22:18:19 -04:00