Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jun 16, 2024
1 parent e13533b commit 0a0682d
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: 🐜 Bug report
about: Create a bug report to help us improve
title: ''
labels: bug
assignees: ''

---

### Describe the bug

<!--- A clear and concise description of what the bug is. -->

<!--- HINT: You can paste gist.github.com links for long logs or larger files -->

### Steps to reproduce

1.
2.
3.

### Expected behavior

<!--- A clear and concise description of what you expected to happen. -->

### Screenshots

<!--- If applicable, add screenshots to help explain your problem. -->

### Cobbler version

<!--- Paste output from `cobbler version` -->
````paste below
````

### Additional information

<!--- Add any other context about the problem here. -->
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/02_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: 🚀 Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

### Is your feature request related to a problem?

<!-- Please mind the double space at the end to keep the markdown linebreak intact! -->

As a <!-- please describe your role -->
I want to <!-- please describe the goal -->
so that I can <!-- please describe the purpose why you want to reach your goal -->

### Provide a detailed description of the proposed feature

<!--- A clear and concise description of what you want to happen. -->

### Alternatives you've considered

<!--- A clear and concise description of any alternative solutions or features you've considered. -->

### Additional information

<!--- Add any other context or screenshots about the feature request here. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: ❓ Questions
url: https://github.com/cobbler/cli/discussions
about: Ask questions here
- name: 💬 Matrix Chat
url: https://app.element.io/#/room/#cobbler_community:gitter.im
about: Chat with the Cobbler community
- name: 📬 Development mailing list
url: https://groups.google.com/forum/#!forum/cobbler-users
about: The developer mailing list

0 comments on commit 0a0682d

Please sign in to comment.