diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..0b49bc7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,40 @@ +name: https://github.com/codeaffen/phpipam-ansible-modules/issues +description: Suggest an idea for this project +lables: ["enhancement"] +body: + - type: markdownn + attributes: + values: | + 1. Please fill our form below, this way we can analyse your request as fast as possible and can give feedback wether we would or could implement the freature. + 2. If you are adding screenshots and/or videos, please do add it in English so that a wider group of people can understand and help with resolution. + - type: checkbock + attributes: + label: Preflight checks + description: Please ensure you've completed all of the following. + options: + - label: I agree to follow the [Code of Conduct](https://github.com/codeaffen/phpipam-ansible-modules/blob/develop/CODE_OF_CONDUCT.md). + required: true + - label: I have searched the [issue tracker](https://github.com/codeaffen/phpipam-ansible-modules/issues) for a feature requests that matches the one I want to file, without success. + required: true + - label: I only submit one single feature per feature request. + required: true + - type: textarea + attributes: + label: Feature description + description: Is your feature request related to a problem? Please describe. + placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + - type: textarea + attributes: + label: Proposed solution + description: Describe the solution you'd like + placeholder: A clear and concise description of what you want to happen. + - type: textarea + attributes: + label: Alternatives solution + description: Describe alternatives you've considered + placeholder: A clear and concise description of any alternative solutions or features you've considered. + - type: textarea + attributes: + label: Additional context + description: Give some information as additional context, to help to understand. + placeholder: Add any other context or screenshots about the feature request here.