|
| 1 | +name: Hacktoberfest Integration |
| 2 | +description: Template for Hacktoberfest integration issues |
| 3 | +title: "[Hacktoberfest] " |
| 4 | +labels: ["hacktoberfest", "integration"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thank you for contributing to APort Integrations! 🎉 |
| 10 | +
|
| 11 | + This issue is part of our Hacktoberfest 2025 campaign. We're excited to see what you'll build! |
| 12 | +
|
| 13 | + **🎁 Rewards:** |
| 14 | + - 💰 Bounty: $15-$50 per merged PR |
| 15 | + - 👕 Swag: APort Champion T-shirt |
| 16 | + - 🏆 Recognition: Featured on our website |
| 17 | +
|
| 18 | + **📚 Resources:** |
| 19 | + - [APort Documentation](https://aport.io/docs) |
| 20 | + - [API Reference](https://api.aport.io/docs) |
| 21 | + - [Discord Community](https://discord.gg/aport) |
| 22 | +
|
| 23 | + - type: textarea |
| 24 | + id: description |
| 25 | + attributes: |
| 26 | + label: Integration Description |
| 27 | + description: Describe the integration you want to build |
| 28 | + placeholder: "Create a [Framework] integration that..." |
| 29 | + value: "" |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + - type: textarea |
| 33 | + id: success-criteria |
| 34 | + attributes: |
| 35 | + label: Success Criteria |
| 36 | + description: What needs to be completed for this issue to be considered done? |
| 37 | + placeholder: "- Working integration in /examples/[category]/[name]" |
| 38 | + value: "" |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + - type: dropdown |
| 42 | + id: difficulty |
| 43 | + attributes: |
| 44 | + label: Difficulty Level |
| 45 | + options: |
| 46 | + - beginner |
| 47 | + - intermediate |
| 48 | + - advanced |
| 49 | + value: "intermediate" |
| 50 | + validations: |
| 51 | + required: true |
| 52 | + - type: textarea |
| 53 | + id: bounty |
| 54 | + attributes: |
| 55 | + label: Bounty Amount |
| 56 | + description: USD amount for this contribution |
| 57 | + placeholder: "$50" |
| 58 | + value: "$50" |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + - type: textarea |
| 62 | + id: tech-stack |
| 63 | + attributes: |
| 64 | + label: Technology Stack |
| 65 | + description: What technologies/frameworks will be used? |
| 66 | + placeholder: "JavaScript, Node.js, Express.js, etc." |
| 67 | + value: "" |
| 68 | + validations: |
| 69 | + required: true |
| 70 | + - type: textarea |
| 71 | + id: acceptance-criteria |
| 72 | + attributes: |
| 73 | + label: Acceptance Criteria |
| 74 | + description: Specific requirements for this integration |
| 75 | + placeholder: "- Must include working example\n- Must have proper error handling\n- Must include documentation" |
| 76 | + value: "" |
| 77 | + validations: |
| 78 | + required: true |
0 commit comments