-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |