|
| 1 | +title: "Feature Request: " |
| 2 | +labels: [ "feature request", ] |
| 3 | +body: |
| 4 | + - type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + <!--- Logo and Header --> |
| 8 | + <div align="center"> |
| 9 | + <picture> |
| 10 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Lennolium/swiftGuard/main/img/banner/banner_dark.png" |
| 11 | + width="500vw"> |
| 12 | + <source media="(prefers-color-scheme: light)" |
| 13 | + srcset="https://raw.githubusercontent.com/Lennolium/swiftGuard/main/img/banner/banner_light.png" |
| 14 | + width="500vw"> |
| 15 | + <img alt="swiftGuard banner" src="https://raw.githubusercontent.com/Lennolium/swiftGuard/main/img/banner/banner_light.png" |
| 16 | + width="500vw"> |
| 17 | + </picture> |
| 18 | + </div> |
| 19 | + |
| 20 | + <h2 align="center">Feature Request Submit Form</h2> |
| 21 | + <div align="center"> |
| 22 | + Provide the following information properly, which will help me to address and incorporate your idea into the project. |
| 23 | + If you need further help with this form, please do not hesitate and contact me via <a href="mailto:swiftguard@lennolium.dev">email</a>. |
| 24 | + Also make sure to check the the discussion forum for similar feature requests before submitting this form to avoid duplicates. |
| 25 | + For <b>issues regarding the package</b>, please open a new issue in the <a href="https://github.com/Lennolium/swiftGuard/issues/new/choose">Issues tab</a>. |
| 26 | + <br> |
| 27 | + For all ideas, feature requests and future plans, please use this form. |
| 28 | + <br> |
| 29 | + <br> |
| 30 | + |
| 31 | + <a href="https://github.com/Lennolium/swiftGuard/discussions" > |
| 32 | + <img src="https://img.shields.io/github/discussions/Lennolium/swiftGuard?style=flat-square&color=deepskyblue" alt="discussions" > |
| 33 | + </a> |
| 34 | + |
| 35 | + </div> |
| 36 | + <br> |
| 37 | + <br> |
| 38 | +
|
| 39 | +
|
| 40 | + - type: dropdown |
| 41 | + id: category |
| 42 | + attributes: |
| 43 | + label: Category |
| 44 | + description: What do you want to improve or add? |
| 45 | + options: |
| 46 | + - Application |
| 47 | + - Features/Functionality |
| 48 | + - Documentation |
| 49 | + - Code Quality |
| 50 | + - Future Plans |
| 51 | + - Development/Contributing |
| 52 | + - Other |
| 53 | + default: 0 |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + |
| 57 | + - type: markdown |
| 58 | + attributes: |
| 59 | + value: | |
| 60 | + <br> |
| 61 | +
|
| 62 | + - type: textarea |
| 63 | + id: idea |
| 64 | + attributes: |
| 65 | + label: Idea |
| 66 | + description: Here you specify your idea or feature request and provide detailed information. You can also attach screenshots and files here. |
| 67 | + placeholder: I have an idea ... |
| 68 | + validations: |
| 69 | + required: true |
| 70 | + |
| 71 | + - type: markdown |
| 72 | + attributes: |
| 73 | + value: | |
| 74 | + <br> |
| 75 | +
|
| 76 | + - type: textarea |
| 77 | + id: other-info |
| 78 | + attributes: |
| 79 | + label: Further Information |
| 80 | + description: Feel free to add any further information maybe needed here. |
| 81 | + render: shell |
| 82 | + |
| 83 | + - type: markdown |
| 84 | + attributes: |
| 85 | + value: | |
| 86 | + <br> |
| 87 | +
|
| 88 | + - type: checkboxes |
| 89 | + id: terms |
| 90 | + attributes: |
| 91 | + label: Agreements |
| 92 | + description: "By submitting this feature request, you acknowledge that you have read, understood, and agreed to the following terms:" |
| 93 | + options: |
| 94 | + - label: I have read and agree to follow this project's [Code of Conduct](https://github.com/Lennolium/swiftGuard/blob/master/.github/CODE_OF_CONDUCT.md). |
| 95 | + required: true |
| 96 | + - label: I confirm that I have searched the [Discussion Tab](https://github.com/Lennolium/swiftGuard/discussions) for similar requests and this is __not__ a duplicate. |
| 97 | + required: true |
0 commit comments