Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 53976be

Browse files
authored
Merge pull request #1 from multispark/main
Setting up resources
2 parents 624375e + ff45154 commit 53976be

15 files changed

+186
-49
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/project.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: Project Submission
2+
description: "Share your project with us to get a digital badge and win exciting prizes!"
3+
title: "Project: <short description>"
4+
body:
5+
- type: input
6+
id: name
7+
attributes:
8+
label: Project name
9+
description: Name of your project
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: Provide a short description of your AI chat app. What data sources did you use? Did you make additional modifications to the data ingestion or prompting flows? Who can benefit from your app?
17+
validations:
18+
required: true
19+
- type: input
20+
id: description_lan
21+
attributes:
22+
label: Language
23+
description: What language does your chat app use? (English, Spanish, Portuguese, Chinese, etc.)
24+
validations:
25+
required: true
26+
- type: input
27+
id: url_repo
28+
attributes:
29+
label: Project Repository URL
30+
description: URL of the GitHub repo with your project
31+
validations:
32+
required: true
33+
- type: input
34+
id: url_endpoint
35+
attributes:
36+
label: Deployed Endpoint URL
37+
description: URL of a deployed endpoint (if it can be publicly shared, not for private data)
38+
validations:
39+
required: false
40+
- type: input
41+
id: video
42+
attributes:
43+
label: Project video
44+
description: A short demo video of your project
45+
validations:
46+
required: true
47+
- type: input
48+
id: teammembers
49+
attributes:
50+
label: Team members
51+
description: Comma-separated list of GitHub users who worked on this project
52+
validations:
53+
required: true
54+
- type: dropdown
55+
id: showcase
56+
attributes:
57+
label: Showcase Consent
58+
description: Do we have your consent to highlight this project during the Project Showcase session on 2/12? Not all projects are guaranteed to be highlighted.
59+
options:
60+
- "No"
61+
- "Yes"
62+
validations:
63+
required: true

CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Each line is a file pattern followed by one or more owners.
2+
3+
# These owners will be the default owners for everything in
4+
# the repo. Unless a later match takes precedence,
5+
* @multispark @pamelafox

README.md

Lines changed: 117 additions & 24 deletions
Large diffs are not rendered by default.

SUPPORT.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

media/Chat App roadmap.png

2.41 MB
Loading

media/Python Hack Banner 1a.png

986 KB
Loading

media/Python Hack Banner 2.png

985 KB
Loading

media/Python Hack Banner 4.png

984 KB
Loading

media/Python Hack Banner.png

985 KB
Loading

0 commit comments

Comments
 (0)