-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from Charliekenney23/issue-templates
issue templates
- Loading branch information
Showing
4 changed files
with
74 additions
and
167 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,47 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
--- | ||
|
||
<!-- Please keep this line, it helps us automate tagging issues. [issue-type:bug-report] --> | ||
|
||
⚠ | ||
Verify first that your issue is not [already reported on GitHub][issue search]. | ||
|
||
[issue search]: https://github.com/linode/ansible_linode/search?q=is%3Aissue&type=bug-report | ||
|
||
### Component Name | ||
|
||
<!-- Write the short name of the module, plugin, task or feature below (i.e. instance, nodebalancer, volume, etc.) --> | ||
|
||
### Ansible Version | ||
|
||
```console | ||
# Paste verbatim output from `ansible --version` here | ||
``` | ||
|
||
### Configuration | ||
|
||
```console | ||
# paste verbatim output from `ansible-config dump --only-changed` | ||
``` | ||
|
||
### OS / Environment | ||
|
||
<!-- provide all relavent information below, e.g. macOS 10.15 --> | ||
|
||
### Expected Behavior | ||
|
||
<!-- What should have happened? --> | ||
|
||
### Actual Behavior | ||
|
||
<!-- What actually happened? --> | ||
|
||
### Steps to Reproduce | ||
|
||
<!-- | ||
Please list the steps required to repoduce this issue. | ||
Be sure to mention anything atypical about your accounts/setup. | ||
--> |
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,27 @@ | ||
--- | ||
name: Feature request | ||
about: Sugguest an improvment or new feature | ||
--- | ||
|
||
<!-- Please keep this line, it helps us automate tagging issues. [issue-type:enhancement] --> | ||
|
||
⚠ | ||
Verify first that your issue is not [already reported on GitHub][issue search]. | ||
|
||
[issue search]: https://github.com/linode/ansible_linode/search?q=is%3Aissue&type=enhancement | ||
|
||
### Summary | ||
|
||
<!-- | ||
Please leave a helpful description of the feature or enhancement here. | ||
Including how it would provide value for you and/or others is very helpful. | ||
--> | ||
|
||
### New or Affected Component(s) | ||
|
||
<!-- List the new or affected modules, plugins, tasks or, features here --> | ||
|
||
### Potential Configuration | ||
|
||
<!-- What would this feature look like in configuration (e.g. an example playbook)? --> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.