Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/publish-pack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Publish a pack
about: Request to add your pack to the openexp.ai catalog
title: "Publish pack: openexp:<author>:<slug>"
labels: pack-publish
---

<!-- Filled-in template from openexp.ai/create. You can edit anything below before submitting. -->

## Pack repo

Link to the public GitHub repo with your pack files:

`https://github.com/<your-handle>/exp-<slug>`

## Pack ID

`openexp:<author>:<slug>`

## Author handle

`<your-handle>`

## Contact

`<your-email>`

## License

MIT (default) — change if your pack uses a different license.

## Outcome

- Outcome label: `closed_won` / `closed_lost` / `failed` / `abandoned`
- Closed at: `day_+<N>` (relative to start)
- Duration: `<N>` days, `<N>` ordered steps

## Anonymization confirmation

- [ ] No counterparty real names in `trajectory.anonymized.yaml` or `meta.yaml`
- [ ] No client names, no platform names, no jurisdictions narrow enough to identify
- [ ] Author identity (you) is public — that's intentional, like authorship on a paper
- [ ] Read [`docs/publishing-a-pack.md`](https://github.com/anthroos/openexp/blob/main/docs/publishing-a-pack.md)

## Anything else

(Optional — context, why this trajectory, what's interesting about it.)
Loading