-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Add major
, minor
, and patch
labels to PRs, Issues
#69
Comments
Good idea, +1 |
This would be a good addition and make it easier for a new contributor to help out. 👍 |
👍 I think that would be helpful for maintainers, contributors, and users (who watch PRs that they want/need) |
I am not good at interacting with robots. Glad this is getting some traction, though! |
+1 from me too. As possible refinement, we could tag issues "bug fix", "api change" and "api addition". I think that's more clear for people who aren't thinking about semver all day long. |
@piscisaureus a risk of not being explicit with semver-matching labels is someone making a mistake and not realizing that there is an implicit meaning. For example, |
Yeah, I'm wary of using non-semver terminology. |
We should make this happen, it's going to be really hard to track which number we should bump for each release beyond 1.0.0, it would be nice to just search through PRs for these labels. How about: |
👍 to |
It would be sort of neat if we could automate the addition of labels by running the tests from the tip of iojs against the PR tip -- if they pass, we can safely label it For now I don't see any problem with collaborators adding these labels where appropriate, the above suggestion is strictly a "for the future" sort of thing :) |
+1 on the general idea, but from what @chrisdickinson is saying, we'd have A repository I think does a great job managing PRs and issues would be On Monday, January 12, 2015, Chris Dickinson [email protected]
|
We now have |
w00t! Thanks everyone. |
Sync to nodejs/master (2016-05-05) at 330ea76 PR-URL: nodejs#69 Reviewed-By: Jianchun Xu <[email protected]>
Added APIs `GetTarget()`, `GetHandler()` for Proxy. Today, there is no way to extract these fields through JSRT APIs, these APIs return `undefined` for now. I have opened chakra-core/ChakraCore#950 to track this. Likewise, as per ES6 spec, there is no way to detect if an object is a Proxy hence `IsProxy()` too needs an equivalent JSRT API. PR-URL: nodejs#69 Reviewed-By: Jianchun Xu <[email protected]>
Fixed `test-process-versions` after merge. PR-URL: nodejs#69 Reviewed-By: Jianchun Xu <[email protected]>
I think it would be nice to be able to label (and filter) PRs & issues, and to have some insight before even reviewing changes as to how they impact SemVer. There are a lot of issues and PRs that have already been submitted and there's little context to them on real or potential impact to SemVer.
I opened this in part to help to understand impact of an issue, say #66, which I assume to be
major
at such time as they're actually removed.The text was updated successfully, but these errors were encountered: