-
Notifications
You must be signed in to change notification settings - Fork 493
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
#10069 add new suggestion template #10091
#10069 add new suggestion template #10091
Conversation
Start below this comment section. | ||
--> | ||
|
||
**Overview of the Feature Request** |
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.
Do we want to call this "Idea Suggestion" , not "Feature Request" here?
**Overview of the Feature Request** | ||
|
||
|
||
**What kind of user is the feature intended for?** |
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.
Again, "suggestion" for "feature"?
**Any brand new behavior do you want to add to Dataverse?** | ||
|
||
|
||
**Any open or closed issues related to this feature request?** |
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.
again, "idea or suggestion"?
@DS-INRA Dimitri, it looks like there are cut and paste issues with the body of the template. Please take a look. Thanks! |
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'm just raising awareness of the upcoming Contributor Guide.
More information on ideas/feature requests and contributions can be found in the "Contributing to Dataverse" page: | ||
https://github.com/IQSS/dataverse/blob/develop/CONTRIBUTING.md#ideasfeature-requests |
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.
Heads up that in this PR we plan to move content from CONTRIBUTING.md to its own guide:
So that #ideasfeature-requests link won't work anymore.
@DS-INRA Dimitri when you have some time please let me know what you think about my comments/questions above. Thanks! |
Hello, sorry for the long delay, I should have more time to get back on this after this week :) |
changed "feature (request)" to idea or suggestion
Also updated link to the contributor guide
Update contributor guide link Added section for contribution
Thanks for the reviews!
to the existing issue templates, but can take it back if deemed irrelevant :) |
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.
Thanks for the updates, Dimitri. Looks good!
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.
Just some thoughts.
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
@@ -53,3 +52,6 @@ To add a screenshot, please use one of the following formats and/or methods desc | |||
|
|||
* https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests | |||
* | |||
|
|||
**Will you be able to contribute a Pull Request for this issue?** |
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.
**Will you be able to contribute a Pull Request for this issue?** | |
**Will you be able to contribute a pull request for this issue?** |
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.
changed with the last comment's rephrasing
**Will you be able to contribute a Pull Request for this issue?** | ||
Help is always welcome, is this bug something you or your organization plan to fix ? |
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.
**Will you be able to contribute a Pull Request for this issue?** | |
Help is always welcome, is this bug something you or your organization plan to fix ? | |
**Will you be able to contribute a pull request for this issue?** | |
Help is always welcome, is this bug something you or your organization plan to fix? |
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.
changed with the last comment's rephrasing
**Will you be able to contribute a Pull Request for this issue?** | ||
Help is always welcome, is this suggestion something you or your organization plan to implement ? |
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.
**Will you be able to contribute a Pull Request for this issue?** | |
Help is always welcome, is this suggestion something you or your organization plan to implement ? | |
**Will you be able to contribute a pull request for this issue?** | |
Help is always welcome, is this suggestion something you or your organization plan to implement? |
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.
changed with the last comment's rephrasing
@@ -11,8 +11,7 @@ assignees: '' | |||
Thank you for contributing to the Dataverse Project through the creation of a feature request! |
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.
Above, should we change
title: 'Feature Request/Idea:'
to just
title: 'Feature Request:'
? That is, remove "idea" now that we have a dedicate template for ideas?
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.
Nice catch! I removed "Idea"
@@ -53,3 +52,6 @@ To add a screenshot, please use one of the following formats and/or methods desc | |||
|
|||
* https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests | |||
* | |||
|
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.
At a high level, "Will you be able to contribute a pull request for this issue?" strikes me as somewhat strong.
What if they say "yes" but it doesn't work out? Will they feel bad?
Instead should we say something softer like "Are you thinking about creating a pull request for this issue?"
That way they won't feel as "on the hook", I would hope.
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.
Sure, it does sound less intimidating
Co-authored-by: Philip Durbin <philipdurbin@gmail.com>
removed "Idea" Changed the PR paragraph
@pdurbin I have updated the templates according to all the comments 🙂 |
What this PR does / why we need it:
Add a new issue template for suggestion to distinguish them from feature request at creation
Which issue(s) this PR closes:
Additional documentation:
Previous similar issue :