Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Adding templates for:
 - bug
 - feature
 - question
  • Loading branch information
vsoch committed Sep 7, 2018
1 parent 62e2388 commit 68dda47
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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]
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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?)

0 comments on commit 68dda47

Please sign in to comment.