diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.md b/.github/ISSUE_TEMPLATE/01_bug_report.md new file mode 100644 index 0000000..75aebe3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_bug_report.md @@ -0,0 +1,38 @@ +--- +name: 🐜 Bug report +about: Create a bug report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +### Describe the bug + + + + + +### Steps to reproduce + +1. +2. +3. + +### Expected behavior + + + +### Screenshots + + + +### Cobbler version + + +````paste below +```` + +### Additional information + + diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.md b/.github/ISSUE_TEMPLATE/02_feature_request.md new file mode 100644 index 0000000..764dba6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_feature_request.md @@ -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? + + + +As a +I want to +so that I can + +### Provide a detailed description of the proposed feature + + + +### Alternatives you've considered + + + +### Additional information + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..33cf01c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: ❓ Questions + url: https://github.com/cobbler/cobblerclient/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