Skip to content

Commit 84f22b2

Browse files
Copilotpelikhan
andcommitted
Add GitHub issue template for submissions and update CONTRIBUTING.md
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent ad84d93 commit 84f22b2

2 files changed

Lines changed: 77 additions & 0 deletions

File tree

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: Submit a Resource
2+
description: Submit a new AI tool or resource to be added to the Awesome Continuous AI list
3+
title: "[SUBMISSION] "
4+
labels: ["submission"]
5+
body:
6+
- type: input
7+
id: title
8+
attributes:
9+
label: Title
10+
description: The name of the AI tool or resource
11+
placeholder: e.g., "GenAI Issue Labeller"
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: Description
19+
description: A brief description of what this tool or resource does
20+
placeholder: e.g., "A sample of using GenAIScript for automated labelling of issues"
21+
validations:
22+
required: true
23+
24+
- type: input
25+
id: url
26+
attributes:
27+
label: URL
28+
description: The URL to the tool, resource, or documentation
29+
placeholder: e.g., "https://github.com/pelikhan/action-genai-issue-labeller"
30+
validations:
31+
required: true
32+
33+
- type: dropdown
34+
id: category
35+
attributes:
36+
label: Category
37+
description: Which category does this resource belong to?
38+
options:
39+
- Continuous Intelligence
40+
- Continuous Team Communication
41+
- Continuous Triage
42+
- Continuous Documentation
43+
- Continuous Code Review
44+
- Continuous Code Commenting
45+
- Continuous Code Optimization
46+
- Continuous Test Improvement
47+
- Programming Frameworks
48+
- Other (please specify in description)
49+
validations:
50+
required: true
51+
52+
- type: checkboxes
53+
id: terms
54+
attributes:
55+
label: Submission Guidelines
56+
description: Please confirm that your submission meets these criteria
57+
options:
58+
- label: The resource is related to AI-powered automation for software collaboration
59+
required: true
60+
- label: The resource is publicly accessible
61+
required: true
62+
- label: I have checked that this resource is not already listed in the repository
63+
required: true

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ This project is primarily for reference for the GitHub Next investigation it des
66

77
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
88

9+
## Submitting New Resources
10+
11+
If you know of an AI tool or resource that should be added to the Awesome Continuous AI list, we'd love to hear about it!
12+
13+
**[🚀 Submit a New Resource](https://github.com/githubnext/awesome-continuous-ai/issues/new?assignees=&labels=submission&projects=&template=submission.yml&title=%5BSUBMISSION%5D+)**
14+
15+
This will open a structured form where you can provide:
16+
- The title of the resource
17+
- A description of what it does
18+
- The URL to access it
19+
- The appropriate category
20+
21+
We review all submissions and will add qualifying resources that align with our focus on AI-powered automation for software collaboration.
22+
923
## Resources
1024

1125
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)

0 commit comments

Comments
 (0)