-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding templates for: - bug - feature - question
- Loading branch information
Showing
3 changed files
with
62 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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve singularity python | ||
|
||
--- | ||
|
||
## Expected Behavior | ||
|
||
[ Please describe the behavior that are expecting ] | ||
|
||
## Actual Behavior | ||
|
||
## Steps to Reproduce | ||
|
||
[ Please provide detailed steps for reproducing the issue and reproducible Code Snippet ] | ||
|
||
## Context | ||
|
||
[provide more detailed introduction to the issue itself . This is for make a reproducible issue.] | ||
* Operating System: | ||
* singularity version: | ||
* spython version: | ||
* python version: | ||
|
||
## Failure Logs | ||
|
||
[ log or files here. If relevant, include a screenshot] | ||
|
||
## Possible Fix | ||
|
||
[ the suggest fixes or reasons for the bug] |
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,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for singularity python | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
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,14 @@ | ||
--- | ||
name: Question | ||
about: Ask a question, or prompt an update of the docs | ||
|
||
--- | ||
|
||
## What is your question? | ||
|
||
[write your question here, and answer the prompts below] | ||
|
||
- [ ] I found the documentation at https://singularityhub.github.io/singularity-cli/ | ||
- [ ] The documentation does not answer my question | ||
|
||
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?) |