Skip to content

Commit c53e869

Browse files
committed
Add PR template for cookbook contributions
1 parent e16d88f commit c53e869

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Cookbook Project Contribution
2+
3+
## Project Overview
4+
<!-- Provide a concise description of what your project does and the problem it solves -->
5+
6+
## API Integration
7+
<!-- Describe how your project uses the Perplexity API, including which models and features are leveraged -->
8+
9+
## Impact & Value
10+
<!-- Explain why this project is valuable to the developer community and how it showcases the API's capabilities -->
11+
12+
## Technical Implementation
13+
<!-- Briefly describe the technical approach and any notable implementation details -->
14+
15+
## Setup & Dependencies
16+
<!-- List any dependencies, environment requirements, or setup steps needed -->
17+
18+
## Screenshots/Demo
19+
<!-- If applicable, include screenshots, demo links, or example outputs -->
20+
21+
## Checklist
22+
<!-- Mark the following with an 'x' like [x] -->
23+
24+
- [ ] Project is fully functional with no major bugs
25+
- [ ] Code includes proper error handling
26+
- [ ] Documentation is complete (README, code comments, etc.)
27+
- [ ] All credentials/API keys have been removed
28+
- [ ] Code follows best practices for the language/framework used
29+
- [ ] Project demonstrates a unique or valuable use case
30+
31+
## Additional Notes
32+
<!-- Any other information that might be helpful for reviewers -->

0 commit comments

Comments
 (0)