-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |