|
| 1 | +name: "Submit Feedback or Ideas" |
| 2 | +description: "Share your feedback or propose an idea to improve PyTorch Foundation Initiatives." |
| 3 | +title: "[Feedback] <Brief Idea or Topic>" |
| 4 | +labels: ["feedback", "pending-review"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + # 💡 Submit Feedback or Ideas |
| 10 | +
|
| 11 | + Thank you for sharing your feedback or idea to improve the PyTorch Foundation Initiatives! |
| 12 | + Please fill out the following details to help us better understand your suggestion. |
| 13 | +
|
| 14 | + - type: input |
| 15 | + id: feedback-title |
| 16 | + attributes: |
| 17 | + label: "Brief Summary of Your Idea" |
| 18 | + placeholder: "Example: Improve event scheduling for Ambassador Program" |
| 19 | + |
| 20 | + - type: dropdown |
| 21 | + id: program-category |
| 22 | + attributes: |
| 23 | + label: "Which program does this feedback apply to?" |
| 24 | + options: |
| 25 | + - "General PyTorch Foundation Initiatives" |
| 26 | + - "PyTorch Ambassador Program" |
| 27 | + - "OSPO Outreach" |
| 28 | + - "Speakers Bureau" |
| 29 | + - "Other" |
| 30 | + |
| 31 | + - type: textarea |
| 32 | + id: idea-description |
| 33 | + attributes: |
| 34 | + label: "Describe Your Feedback or Idea" |
| 35 | + description: "Explain your suggestion, the problem it solves, and any potential solutions." |
| 36 | + placeholder: "Provide as much detail as possible..." |
| 37 | + render: markdown |
| 38 | + |
| 39 | + - type: checkboxes |
| 40 | + id: benefits |
| 41 | + attributes: |
| 42 | + label: "What benefits does this idea bring?" |
| 43 | + options: |
| 44 | + - label: "Improves community engagement" |
| 45 | + - label: "Enhances event organization" |
| 46 | + - label: "Provides better educational resources" |
| 47 | + - label: "Supports contributors and ambassadors" |
| 48 | + - label: "Other (please describe in the comments below)" |
| 49 | + |
| 50 | + - type: textarea |
| 51 | + id: additional-comments |
| 52 | + attributes: |
| 53 | + label: "Additional Comments (Optional)" |
| 54 | + placeholder: "Any extra details, related links, or references?" |
| 55 | + |
| 56 | + - type: markdown |
| 57 | + attributes: |
| 58 | + value: | |
| 59 | + ## 🗳️ Next Steps |
| 60 | +
|
| 61 | + Once submitted, a team member will review your feedback. |
| 62 | + - If additional details are needed, we will comment here. |
| 63 | + - If approved, the idea may be discussed further before implementation. |
| 64 | + - If not feasible, we will provide an explanation. |
| 65 | +
|
| 66 | + Thank you for helping improve PyTorch Foundation Initiatives! 🚀 |
0 commit comments