Skip to content

Commit d88928b

Browse files
committed
Add plot field to contest template
1 parent c40c043 commit d88928b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/DISCUSSION_TEMPLATE/2025-plotnine-contest.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body:
44

55
attributes:
66
value: >-
7-
Thank you for submitting to the [2025 Plotnine Contest TODO](https://posit.co/blog/announcing-the-2025-plotnine-contest/).
7+
Thank you for submitting to the [2025 Plotnine Contest](https://github.com/has2k1/plotnine/discussions/972).
88
The submission deadline is Friday, October 3, 2025 ([Anywhere on Earth](https://time.is/Anywhere_on_Earth)).
99
1010
<details>
@@ -64,7 +64,14 @@ body:
6464
6565
6666
</details>
67-
67+
68+
- type: textarea
69+
id: output
70+
attributes:
71+
label: Plot
72+
description: "This is your submission!"
73+
validations:
74+
required: true
6875
- type: input
6976
id: authors
7077
attributes:

0 commit comments

Comments
 (0)