Skip to content

Commit

Permalink
🤖 sync with cloudalchemy/skeleton (SHA: bb0f0949): remove IRC link
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudalchemybot committed Dec 26, 2019
1 parent c8563b6 commit 398881c
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 6 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug
about: Report a bug related to ansible role
labels: bug
---

**What happened?**

**Did you expect to see some different?**

**How to reproduce it (as minimally and precisely as possible)**:

**Environment**

* Role version:

`Insert release version/galaxy tag or Git SHA here`

* Ansible version information:

`ansible --version`
<!-- Replace the command with its output above -->

* Variables:

```
insert role variables relevant to the issue
```

* Ansible playbook execution Logs:

```
insert Ansible logs relevant to the issue here
```

**Anything else we need to know?**:
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature
about: If you want to propose a new feature or enhancement
labels: enhancement
---

**What is missing?**

**Why do we need it?**

**Environment**

* Role version:

`Insert release version/galaxy tag or Git SHA here`

* Ansible version information:

`ansible --version`
<!-- Replace the command with its output above -->

**Anything else we need to know?**:
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Support
about: If you have questions about this ansible role
labels: question
---

**What did you do?**

**Did you expect to see some different?**

**Environment**

* Role version:

`Insert release version/galaxy tag or Git SHA here`

* Ansible version information:

`ansible --version`
<!-- Replace the command with its output above -->

* Variables:

```
insert role variables relevant to the issue
```

* Ansible playbook execution Logs:

```
insert Ansible logs relevant to the issue here
```

**Anything else we need to know?**:
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ appreciate your support!!

## Communication

### IRC

You can talk with us on #cloudalchemy channel on freenode.

### GitHub repositories

Much of the issues, goals and ideas are tracked in the respective projects in GitHub. Please use this channel to report
bugs.
bugs, ask questions, and request new features .

## git and GitHub

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![Ansible Role](https://img.shields.io/badge/ansible%20role-cloudalchemy.coredns-blue.svg)](https://galaxy.ansible.com/cloudalchemy/coredns/)
[![GitHub tag](https://img.shields.io/github/tag/cloudalchemy/ansible-coredns.svg)](https://github.com/cloudalchemy/ansible-coredns/tags)
[![IRC](https://img.shields.io/badge/irc.freenode.net-%23cloudalchemy-yellow.svg)](https://kiwiirc.com/nextclient/#ircs://irc.freenode.net/#cloudalchemy)

## Description

Expand Down

0 comments on commit 398881c

Please sign in to comment.