Skip to content

Commit 8a65597

Browse files
committed
chore: add github issue templates
Add initial version of issue templates in order to restrict issues to actual bugs and feature requests, and route questions to Q&A section of GitHub discussions.
1 parent 9f38d84 commit 8a65597

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve the software
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Versions**
27+
Please give the output of these commands:
28+
29+
* On RHEL, CentOS, Rocky Linux, AlmaLinux and Fedora:
30+
```console
31+
$ rpm -qa | egrep 'slurm|racksdb|rfl'
32+
```
33+
34+
* On Debian and Ubuntu:
35+
```console
36+
$ dpkg -l | egrep 'slurm|racksdb|rfl'
37+
```
38+
39+
**Additional context**
40+
Add any other context about the problem here (ex: error messages in logs).

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Community Support
4+
url: https://github.com/rackslab/Slurm-web/discussions/categories/q-a
5+
about: Please ask your questions in Q&A section of GitHub Discussions.
6+
- name: Professional Support
7+
url: https://rackslab.io/en/contact/
8+
about: For entreprise professional support with SLA, request a quote from Rackslab.
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)