Skip to content

Commit 40de8de

Browse files
authored
Merge pull request #85 from shreyaaithal/ghd-updates
Add discussion templates
2 parents e352253 + cb3ba41 commit 40de8de

3 files changed

Lines changed: 96 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
body:
2+
- type: textarea
3+
id: what
4+
attributes:
5+
label: What did you build?
6+
placeholder: "A brief description of your app, agent, or project."
7+
validations:
8+
required: true
9+
- type: dropdown
10+
id: service
11+
attributes:
12+
label: What service are you using?
13+
options:
14+
- Azure Database for PostgreSQL
15+
- Azure HorizonDB
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: features
20+
attributes:
21+
label: Key features or capabilities used
22+
placeholder: "e.g., vector search, azure_ai AI functions, pg_diskann, etc."
23+
validations:
24+
required: false
25+
- type: textarea
26+
id: learnings
27+
attributes:
28+
label: Anything you learned along the way?
29+
placeholder: "Tips, surprises, or lessons worth sharing with the community."
30+
validations:
31+
required: false
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
body:
2+
- type: dropdown
3+
id: type
4+
attributes:
5+
label: What would you like to contribute?
6+
options:
7+
- Sample app
8+
- Tutorial
9+
- Blog
10+
- Documentation improvement
11+
- Other
12+
validations:
13+
required: true
14+
- type: dropdown
15+
id: service
16+
attributes:
17+
label: What service does this relate to?
18+
options:
19+
- Azure Database for PostgreSQL
20+
- Azure HorizonDB
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: description
25+
attributes:
26+
label: Brief description
27+
placeholder: "What does it cover? Who would benefit from it?"
28+
validations:
29+
required: true
30+
- type: dropdown
31+
id: collaboration
32+
attributes:
33+
label: How would you like to collaborate?
34+
options:
35+
- Submit a PR
36+
- Co-author with maintainers
37+
- Proposing the idea for now
38+
- Reach out to us via email for a deeper conversation
39+
- Other
40+
validations:
41+
required: true
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
body:
2+
- type: dropdown
3+
id: service
4+
attributes:
5+
label: What service are you using?
6+
options:
7+
- Azure Database for PostgreSQL
8+
- Azure HorizonDB
9+
validations:
10+
required: true
11+
- type: textarea
12+
id: feature
13+
attributes:
14+
label: What feature or capability is this about?
15+
placeholder: "e.g., vector search, azure_ai AI functions, pg_diskann, agents, application integration,etc."
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: feedback
20+
attributes:
21+
label: What's your feedback?
22+
placeholder: "Tell us what worked well, what didn't, or what you'd like to see improved."
23+
validations:
24+
required: true

0 commit comments

Comments
 (0)