Skip to content

Commit

Permalink
Create feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissner authored Nov 30, 2024
1 parent f0e64f6 commit dbd9d67
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit dbd9d67

Please sign in to comment.