-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG] MNT create issue templates with automatic tagging #16053
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
Conversation
ping @cmarmo @thomasjpfan @adrinjalali @rth @qinhanmin2014 @jnothman @ogrisel Any comments? |
- **StackOverflow with the scikit-learn tag: https://stackoverflow.com/questions/tagged/scikit-learn** | ||
- **Gitter: https://gitter.im/scikit-learn/scikit-learn** | ||
- **Mailing List: https://mail.python.org/mailman/listinfo/scikit-learn** |
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 a comment / question : the order means a priority? Which of those channels is the most reliable for the core-devs? That one should go first, probably...
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 did not put any order indeed.
Even if I am sometimes disappointed with some SO answers, this might be the channel the most reliable to get an answer fast (maybe the wrong one :)).
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 put it in the order that I would think the best but this is opened to discucssion :)
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 we should favor SO first because of google-ability and reuse of past answers.
I uploaded these template to a test repo to see what it looks like. Do we need the titles to be tagged with |
Not necessary since we have the tags. Happy
…On Wed, 8 Jan 2020 at 17:23, Thomas J Fan ***@***.***> wrote:
I updated these template to a test repo
<https://github.com/thomasjpfan/test_issue_templates/issues/new/choose>
to see what it looks like.
Do we need the titles to be tagged with [DOC], [ENH], etc?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16053?email_source=notifications&email_token=ABY32P545YZD3FZBVIOXLXDQ4X4WRA5CNFSM4KEIJ2F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEINECHI#issuecomment-572145949>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABY32P6FQTMCXJKBF3XDEMTQ4X4WRANCNFSM4KEIJ2FQ>
.
--
Guillaume Lemaitre
Scikit-learn @ Inria Foundation
https://glemaitre.github.io/
|
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 :)
Co-Authored-By: Adrin Jalali <[email protected]> Co-Authored-By: Thomas J Fan <[email protected]>
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.
Otherwise lgtm
@@ -0,0 +1,10 @@ | |||
--- | |||
name: Other (blank template) |
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.
Not sure we need this?
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 you mean the template as a whole or the "(blank template)" sentence?
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.
This probably fits a bunch of issues maintainers create. We could try and fit our own issues in the other categories, but I guess having this wouldn't hurt. No strong opinion though.
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 add an RFC (whatever RFC means)?
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.
C -> changes or comments :)
Co-Authored-By: Joel Nothman <[email protected]>
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.
This looks great
Shouldn't the text in the templates be written as comments? Else it will show up often since users won't delete it, and create noise
We could also add a quick sentence asking users to look for previous issues / PRs
Co-Authored-By: Nicolas Hug <[email protected]>
I address @NicolasHug adding comment tag to avoid noise. I added a template for the RFC. |
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.
happy to merge but I'd remove the RFC template since it's empty and there is already the blank template
OK done now. |
evaluate_every=10, | ||
n_jobs=4, | ||
) | ||
model = lda_model.fit(lda_features) |
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.
This example could be simplified to use np.ranom.RandomState(42).normal(size=(n_samples, n_features))
and a more common estimator such as RandomForestClassifier
instead. But let's do that in a later PR.
- **StackOverflow with the scikit-learn tag: https://stackoverflow.com/questions/tagged/scikit-learn** | ||
- **Gitter: https://gitter.im/scikit-learn/scikit-learn** | ||
- **Mailing List: https://mail.python.org/mailman/listinfo/scikit-learn** |
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 we should favor SO first because of google-ability and reuse of past answers.
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 would also remove the RFC template. I think core-devs would naturally use the blank template when they want to open an RFC.
Co-Authored-By: Olivier Grisel <[email protected]>
OK I applied the changes and remove the RFC, let's go live to see how it looks like |
this is awesome! |
Yay, thanks for making this happen Guillaume!
|
closes #14881
Add a couple of issue template which can help for automatically labelling some issues and sometimes redirect users.