Skip to content

Commit 68dda47

Browse files
committed
Update issue templates
Adding templates for: - bug - feature - question
1 parent 62e2388 commit 68dda47

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve singularity python
4+
5+
---
6+
7+
## Expected Behavior
8+
9+
[ Please describe the behavior that are expecting ]
10+
11+
## Actual Behavior
12+
13+
## Steps to Reproduce
14+
15+
[ Please provide detailed steps for reproducing the issue and reproducible Code Snippet ]
16+
17+
## Context
18+
19+
[provide more detailed introduction to the issue itself . This is for make a reproducible issue.]
20+
* Operating System:
21+
* singularity version:
22+
* spython version:
23+
* python version:
24+
25+
## Failure Logs
26+
27+
[ log or files here. If relevant, include a screenshot]
28+
29+
## Possible Fix
30+
31+
[ the suggest fixes or reasons for the bug]
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for singularity python
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Question
3+
about: Ask a question, or prompt an update of the docs
4+
5+
---
6+
7+
## What is your question?
8+
9+
[write your question here, and answer the prompts below]
10+
11+
- [ ] I found the documentation at https://singularityhub.github.io/singularity-cli/
12+
- [ ] The documentation does not answer my question
13+
14+
If the documentation doesn't answer your question, where do you think it would be appropriate to add (i.e., where did you go looking for it?)

0 commit comments

Comments
 (0)