-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update contribution guidelines #3
Conversation
ebc370b
to
d9b4cae
Compare
Build failure: |
3 similar comments
Build failure: |
Build failure: |
Build failure: |
0d1adcb
to
bd44082
Compare
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.
Good to go once comments are addressed.
CONTRIBUTING.md
Outdated
# Questions | ||
|
||
If you are having difficulties using Texture or have a question about usage, please ask a | ||
question in our [Slack channel](http://asyncdisplaykit.org/slack.html). **Please do not ask for help by filing Github issues.** |
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.
Can you change to http://texturegroup.org/slack.html
CONTRIBUTING.md
Outdated
|
||
## Where to Find Known Issues | ||
|
||
We use [GitHub Issues](https://github.com/facebook/AsyncDisplayKit/issues) for all bug tracking. We keep a close eye on this and try to make it clear when we have an internal fix in progress. Before filing a new issue, try to make sure your problem doesn't already exist. |
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.
Can you change link to https://github.com/texturegroup/texture/issues
?
CONTRIBUTING.md
Outdated
4. If the feature is complex, consider writing an Texture RFC issue. Even if you can’t implement the feature yourself, consider writing an RFC issue. If we do end up accepting the feature, the issue provides the needed documentation for contributors to develop the feature according the specification accepted by the core team. We will tag accepted RFC issues with **Needs Volunteer**. | ||
5. After discussing the feature you may choose to attempt a Pull Request. If you're at all able, start writing some code. We always have more work to do than time to do it. If you can write some code then that will speed the process along. | ||
|
||
In short, if you have an idea that would be nice to have, create an issue on the [TextureGroup](https://github.com/TextureGroup/Texture)[/](https://github.com/TextureGroup/Texture)[Texture](https://github.com/TextureGroup/Texture) repo. If you have a question about requesting a feature, start a discussion in our [Slack channel](http://asyncdisplaykit.org/slack.html). |
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.
Update link to http://texturegroup.org/slack.html
CONTRIBUTING.md
Outdated
|
||
## Getting Help | ||
We use Slack for real-time debugging, community updates, and general talk about ASDK. Signup at http://asdk-slack-auto-invite.herokuapp.com or email AsyncDisplayKit(at)gmail.com to get an invite. | ||
Complete your CLA here |
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.
Here's the CLA link: https://cla-assistant.io/TextureGroup/Texture
CONTRIBUTING.md
Outdated
## License | ||
By contributing to AsyncDisplayKit, you agree that your contributions will be | ||
licensed under its BSD license. | ||
By contributing to Texture, you agree that your contributions will be licensed under its Apache license. |
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.
Apache 2. You can also say, see README.md for more details (I'll be updating it).
CONTRIBUTING.md
Outdated
// | ||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
// Original work Copyright (c) 2014-present, Facebook, Inc. | ||
// Modified work Copyright (c) 2017-present, Pinterest, Inc. All rights reserved. | ||
// This source code is licensed under the BSD-style license found in the | ||
// LICENSE file in the root directory of this source tree. An additional grant | ||
// of patent rights can be found in the PATENTS file in the same directory. | ||
// |
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.
Can you change the modified file to have this copyright header:
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
// Modifications to this file made after 4/13/2017 are: Copyright (c) 2017-present,
// Pinterest, Inc. Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
CONTRIBUTING.md
Outdated
// | ||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
// Copyright (c) 2017-present, Pinterest, Inc. All rights reserved. |
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.
For the new files can you use this:
// Copyright (c) 2017-present, Pinterest, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
2f336be
to
f87fef3
Compare
* Update contribution guidelines * Some improvements * Improve code * Update based on feedback
* Update contribution guidelines * Some improvements * Improve code * Update based on feedback
* Update contribution guidelines * Some improvements * Improve code * Update based on feedback
merge master into branch
…ir layout due to another node's Yoga properties changing. Whenever we do a new Yoga layout that is going to be displayed, we call setNeedsLayout on any nodes whose layout has changed. PRESUBMIT=passed BUG=126438367 R=adlai,wiseoldduck CC=goodsons,maicki,maxwang,yt-elements-eng+cl APPROVED=adlai,wiseoldduck REQUIRED_REVIEW=1 DELTA=51 (27 added, 17 deleted, 7 changed) DELTA_BY_EXTENSION=h=3,mm=31 OCL=236253226 FIG_CHANGESET=dfbe7a030652966ffa787b192e70d8b88e365a17 FIG_WORKSPACE=tnorman/3272:ytios P4 change: 238551043
Spm support Approved-by: Shehab Tareque Approved-by: Eugene 'Evgeny' Dymov
No description provided.