Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit cf1392f

Browse files
cloudalchemybotmergify[bot]
authored andcommitted
🤖 sync with cloudalchemy/skeleton (SHA: bb0f0949): remove IRC link (#20)
1 parent 71f7835 commit cf1392f

File tree

5 files changed

+93
-6
lines changed

5 files changed

+93
-6
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug
3+
about: Report a bug related to ansible role
4+
labels: bug
5+
---
6+
7+
**What happened?**
8+
9+
**Did you expect to see some different?**
10+
11+
**How to reproduce it (as minimally and precisely as possible)**:
12+
13+
**Environment**
14+
15+
* Role version:
16+
17+
`Insert release version/galaxy tag or Git SHA here`
18+
19+
* Ansible version information:
20+
21+
`ansible --version`
22+
<!-- Replace the command with its output above -->
23+
24+
* Variables:
25+
26+
```
27+
insert role variables relevant to the issue
28+
```
29+
30+
* Ansible playbook execution Logs:
31+
32+
```
33+
insert Ansible logs relevant to the issue here
34+
```
35+
36+
**Anything else we need to know?**:

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature
3+
about: If you want to propose a new feature or enhancement
4+
labels: enhancement
5+
---
6+
7+
**What is missing?**
8+
9+
**Why do we need it?**
10+
11+
**Environment**
12+
13+
* Role version:
14+
15+
`Insert release version/galaxy tag or Git SHA here`
16+
17+
* Ansible version information:
18+
19+
`ansible --version`
20+
<!-- Replace the command with its output above -->
21+
22+
**Anything else we need to know?**:

.github/ISSUE_TEMPLATE/support.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Support
3+
about: If you have questions about this ansible role
4+
labels: question
5+
---
6+
7+
**What did you do?**
8+
9+
**Did you expect to see some different?**
10+
11+
**Environment**
12+
13+
* Role version:
14+
15+
`Insert release version/galaxy tag or Git SHA here`
16+
17+
* Ansible version information:
18+
19+
`ansible --version`
20+
<!-- Replace the command with its output above -->
21+
22+
* Variables:
23+
24+
```
25+
insert role variables relevant to the issue
26+
```
27+
28+
* Ansible playbook execution Logs:
29+
30+
```
31+
insert Ansible logs relevant to the issue here
32+
```
33+
34+
**Anything else we need to know?**:

CONTRIBUTING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ appreciate your support!!
66

77
## Communication
88

9-
### IRC
10-
11-
You can talk with us on #cloudalchemy channel on freenode.
12-
139
### GitHub repositories
1410

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

1814
## git and GitHub
1915

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)
55
[![Ansible Role](https://img.shields.io/badge/ansible%20role-cloudalchemy.process_exporter-blue.svg)](https://galaxy.ansible.com/cloudalchemy/process_exporter/)
66
[![GitHub tag](https://img.shields.io/github/tag/cloudalchemy/ansible-process_exporter.svg)](https://github.com/cloudalchemy/ansible-process_exporter/tags)
7-
[![IRC](https://img.shields.io/badge/irc.freenode.net-%23cloudalchemy-yellow.svg)](https://kiwiirc.com/nextclient/#ircs://irc.freenode.net/#cloudalchemy)
87

98
## Description
109

0 commit comments

Comments
 (0)