Skip to content

Commit e3deb5d

Browse files
authored
Merge pull request #20 from Charliekenney23/issue-templates
issue templates
2 parents 90b9679 + 84c9a05 commit e3deb5d

File tree

4 files changed

+74
-167
lines changed

4 files changed

+74
-167
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
<!-- Please keep this line, it helps us automate tagging issues. [issue-type:bug-report] -->
7+
8+
9+
Verify first that your issue is not [already reported on GitHub][issue search].
10+
11+
[issue search]: https://github.com/linode/ansible_linode/search?q=is%3Aissue&type=bug-report
12+
13+
### Component Name
14+
15+
<!-- Write the short name of the module, plugin, task or feature below (i.e. instance, nodebalancer, volume, etc.) -->
16+
17+
### Ansible Version
18+
19+
```console
20+
# Paste verbatim output from `ansible --version` here
21+
```
22+
23+
### Configuration
24+
25+
```console
26+
# paste verbatim output from `ansible-config dump --only-changed`
27+
```
28+
29+
### OS / Environment
30+
31+
<!-- provide all relavent information below, e.g. macOS 10.15 -->
32+
33+
### Expected Behavior
34+
35+
<!-- What should have happened? -->
36+
37+
### Actual Behavior
38+
39+
<!-- What actually happened? -->
40+
41+
### Steps to Reproduce
42+
43+
<!--
44+
Please list the steps required to repoduce this issue.
45+
46+
Be sure to mention anything atypical about your accounts/setup.
47+
-->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature request
3+
about: Sugguest an improvment or new feature
4+
---
5+
6+
<!-- Please keep this line, it helps us automate tagging issues. [issue-type:enhancement] -->
7+
8+
9+
Verify first that your issue is not [already reported on GitHub][issue search].
10+
11+
[issue search]: https://github.com/linode/ansible_linode/search?q=is%3Aissue&type=enhancement
12+
13+
### Summary
14+
15+
<!--
16+
Please leave a helpful description of the feature or enhancement here.
17+
18+
Including how it would provide value for you and/or others is very helpful.
19+
-->
20+
21+
### New or Affected Component(s)
22+
23+
<!-- List the new or affected modules, plugins, tasks or, features here -->
24+
25+
### Potential Configuration
26+
27+
<!-- What would this feature look like in configuration (e.g. an example playbook)? -->

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 114 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)