Skip to content

Commit

Permalink
issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xch4z committed Mar 24, 2021
1 parent 90b9679 commit 84c9a05
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 167 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
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.
-->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
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)? -->
114 changes: 0 additions & 114 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

0 comments on commit 84c9a05

Please sign in to comment.