The `docs/superpowers/` directory contains personal, fragmented AI
instructions that could conflict with a shared `AGENTS.md` file later.
Ignoring them keeps the repo focused on a single authoritative source
for AI agent guidance.
Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
The initial migration from GitLab to Forgejo carried over a stale
"Pagure" reference in the LimeSurvey template's related-ticket label and
the HTML entity `&` leaked into section headings in both event
templates. These were likely artifacts from a prior Markdown-to-YAML
conversion step that encoded the ampersand as an HTML entity rather
than writing plain text.
Changed "Pagure ticket" to "Fedora Forge ticket" in `limesurvey.yml`,
and replaced `&` with the word "and" in the "This event and Fedora"
section headings in both `small-events.yml` and
`medium-large-events.yml`, per reviewer preference.
Addresses review feedback from Akashdeep Dhar (@t0xic0der) on PR #125.
Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
The Fedora Mindshare Committee repository moved from GitLab to Fedora
Forge at forge.fedoraproject.org. GitLab issue templates (Markdown with
`/labels` quick actions) do not function on Forgejo, so all templates
are converted to Forgejo's YAML form template format.
Key changes in this migration:
- Convert five templates to YAML form format with structured inputs
(typed fields, dropdowns, required-field validation) instead of fill-
in-the-blank Markdown
- Drop the Hopin request template (Hopin is no longer in use)
- Add auto-labels to all templates via YAML frontmatter (previously only
the two event templates had labels via GitLab quick actions)
- Surface HTML comments from the originals as visible guidance text in
`markdown` form elements
- Add `config.yml` with contact links to Mindshare Committee Discourse
and Matrix channels, shown on the "New Issue" chooser page
- Use Forgejo's `/` exclusive-label separator (replacing GitLab's `::`
format)
Label assignments per template:
small-events: ?/needs committee vote, category/physical events,
team/advocates
medium-large-events: ?/needs committee vote, category/physical events,
team/ambassadors
limesurvey: ?/needs committee vote, category/limesurvey
release-party: ?/needs committee vote, category/physical events
swag-only: ?/needs committee vote, category/swag
Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
This commit updates the Hopin request form to omit information that is
no longer applicable and to use the new Fedora Community Architect
acronym, instead of FCAIC.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This commit makes two significant changes:
1. Remove all Fedora Docs files, scripts, and assets, since this is
managed in a new repo: https://gitlab.com/fedora/mindshare/docs
2. Update `README.md` to explain the purpose of this repo, fix the link
to the Committee documentation, use GitLab links instead of Pagure
links, and minor restructuring for easier reading.
It also adds a `LICENSE.txt` file to make the implicit CC BY-SA 4.0
license per the Fedora Project Contributor Agreement (FPCA) an explicit
license.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>