-
Notifications
You must be signed in to change notification settings - Fork 95
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
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
11ca2fe
Adds bug issue template
jbteves d8c3611
Adds discussion issue template
jbteves b00618a
Condenses bug and discussion issue templates into one
jbteves b011923
Adds request to cross-reference related issues
jbteves 533c156
Alters neurostars submission
jbteves 7937db4
Clarifies context instruction
jbteves 8308d50
Fixes typos in issue template
jbteves 09da2c7
Adds timeline to issue response
jbteves File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,45 @@ | ||
--- | ||
name: Issue Template | ||
about: File an issue | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
This is a suggested issue template for tedana. | ||
If there is other information that would be helpful to include, please do not hesitate to add it! | ||
Before submitting, please check to make sure that the issue is not already addressed; if there is a related issue, then please cross-reference it by #. | ||
If this is a usage question, please check out NeuroStars here: | ||
https://neurostars.org/ | ||
and tag your topic with "multi-echo" | ||
--> | ||
|
||
<!-- | ||
Summarize the issue in 1-2 sentences, linking other issues if they are relevant | ||
Note: simply typing # will prompt you for open issues to select from | ||
--> | ||
### Summary | ||
|
||
<!-- | ||
If needed, add additional detail for: | ||
1. Recreating a bug/problem | ||
2. Any additional context necessary to understand the issue | ||
--> | ||
### Additional Detail | ||
|
||
<!-- | ||
If desired, add suggested next steps. | ||
If you foresee them in a particular order or priority, please use numbering | ||
--> | ||
### Next Steps | ||
|
||
<!-- | ||
Thank you for submitting your issue! | ||
If you do not receive a response within a calendar week, please post a comment on this issue to catch our attention. | ||
Some issues may not be resolved right away due to the volunteer nature of the project; thank you for your patience! | ||
--> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General question to the group -- should we establish some sort of timeline ? Like, if you don't hear back after X days, please ping again ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that would be good. For me personally, I would say one calendar week. But I'm not the one likely to be tagged/notified 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if we're clear that it won't necessarily be dealt with in one week, just acknowledged, then that seems very reasonable to me. WDYT @tsalo @KirstieJane ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. There's just one typo to fix and then I think it's ready to merge, pending @KirstieJane's input.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tsalo @emdupre @KirstieJane please see if 09da2c7 addresses the timeline in the way you'd like.