Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Adds issue templates for bugs and discussions #189

Merged
merged 8 commits into from
Feb 1, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug Issue Template
about: Bug reporting template
title: '[BUG]'
labels: 'bug'
assignees: ''

---
emdupre marked this conversation as resolved.
Show resolved Hide resolved

<!---
This is a suggested bug issue template for tedana.

If there is other information that would be helpful to include, please don't hesitate to add it!
-->

<!--
Summarize the bug in 2-3 sentences

Update over time to include what additional discoveries have been made with respect to the bug
-->
### Summary

<!--
State functions or programs you suspect may be responsible if applicable
-->
### Suspected Cause

<!--
State the warning or error message if applicable
-->
### Warning/Error Message

<!--
If needed, place additional details below, such as OS, Python version/distribution, etc.
-->
### Additional

<!--
Don't forget to cross-reference other relevant issues via #
-->
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/discussion_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Discussion Issue Template
about: For discussing high-level decisions and strategy
title: '[Discussion]'
labels: 'discussion'
emdupre marked this conversation as resolved.
Show resolved Hide resolved
assignees: ''

---

<!---
This is a suggested discussion issue template for tedana.

If there is other information that would be helpful to include, please don't hesitate to add it!
-->

<!--
Summarize the discussion in 2-3 sentences

Update over time to include what additional decisions and points have been made with respect to the discussion
-->
### Summary

<!--
States goals you hope to achieve in the discussion

List them as items via *
-->
### Goals
*

<!--
(OPTIONAL)
State strategy if this discussion is about a high-level decision.

If the strategy is in ordered steps or has prioritization,
Use markdown numbering by starting with 1.
Otherwise, use unordered item markers via *
-->
### Strategy
1.
*

<!--
If desired, place additional notes below in paragraph format
-->
### Additional

<!--
Don't forget to cross-reference other relevant issues or discussions via #
-->